diff --git a/build.gradle b/build.gradle index 25dabab..8908f79 100644 --- a/build.gradle +++ b/build.gradle @@ -40,15 +40,15 @@ ext { dependencies { compileOnly project.deps.gocdPluginApi - implementation 'cd.go.plugin.base:gocd-plugin-base:1.1.1' + implementation 'cd.go.plugin.base:gocd-plugin-base:2.0.0' - testImplementation platform('org.junit:junit-bom:6.0.2') + testImplementation platform('org.junit:junit-bom:6.0.3') testImplementation 'org.junit.jupiter:junit-jupiter-api' testImplementation 'org.junit.jupiter:junit-jupiter-params' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.7' - testImplementation 'org.mockito:mockito-core:5.21.0' + testImplementation 'org.mockito:mockito-core:5.22.0' testImplementation project.deps.gocdPluginApi }