diff --git a/build.gradle b/build.gradle index cc3e397..2b95d99 100644 --- a/build.gradle +++ b/build.gradle @@ -111,7 +111,7 @@ dependencies { testRuntimeOnly group: 'org.junit.platform', name: 'junit-platform-launcher' testImplementation project.deps.gocdPluginApi - testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' + testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0' testImplementation platform('org.mockito:mockito-bom:5.12.0') testImplementation group: 'org.mockito', name: 'mockito-core' testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter'