diff --git a/build.gradle b/build.gradle index 7390735..0497a48 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ repositories { ext { deps = [ - gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0', + gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0', ] versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] } @@ -81,7 +81,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine' testRuntimeOnly 'org.junit.platform:junit-platform-launcher' testImplementation 'org.assertj:assertj-core:3.27.6' - testImplementation 'org.mockito:mockito-core:5.20.0' + testImplementation 'org.mockito:mockito-core:5.21.0' testImplementation 'org.skyscreamer:jsonassert:1.5.3' testImplementation 'org.jsoup:jsoup:1.21.2' testImplementation 'com.squareup.okhttp3:mockwebserver3-junit5:5.3.2'