Skip to content

Commit b68d66e

Browse files
authored
Merge pull request #281 from gocd-contrib/dependabot/gradle/gradle-deps-4d8136e6b5
Bump the gradle-deps group with 3 updates
2 parents ddd13d2 + 4394bfc commit b68d66e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

Lines changed: 3 additions & 3 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()] }
@@ -78,9 +78,9 @@ dependencies {
7878
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
7979
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
8080
testImplementation 'org.assertj:assertj-core:3.27.6'
81-
testImplementation 'org.mockito:mockito-core:5.20.0'
81+
testImplementation 'org.mockito:mockito-core:5.21.0'
8282
testImplementation 'org.skyscreamer:jsonassert:1.5.3'
83-
testImplementation 'org.jsoup:jsoup:1.21.2'
83+
testImplementation 'org.jsoup:jsoup:1.22.1'
8484
testImplementation 'com.squareup.okhttp3:mockwebserver3-junit5:5.3.2'
8585
}
8686

0 commit comments

Comments
 (0)