Skip to content

Commit 9ec32e9

Browse files
authored
Merge pull request #381 from gocd-contrib/dependabot/gradle/gradle-deps-1acd619cf1
Bump the gradle-deps group with 2 updates
2 parents 37c8cc5 + 2861758 commit 9ec32e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ repositories {
6060

6161
ext {
6262
deps = [
63-
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.3.0',
63+
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.4.0',
6464
]
6565

6666
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -81,7 +81,7 @@ dependencies {
8181
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
8282
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8383
testImplementation 'org.assertj:assertj-core:3.27.6'
84-
testImplementation 'org.mockito:mockito-core:5.20.0'
84+
testImplementation 'org.mockito:mockito-core:5.21.0'
8585
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
8686
testImplementation 'org.jsoup:jsoup:1.21.2'
8787
testImplementation 'com.squareup.okhttp3:mockwebserver3-junit5:5.3.2'

0 commit comments

Comments
 (0)