Skip to content

Commit 80b301d

Browse files
authored
Merge pull request #327 from gocd-contrib/dependabot/gradle/gradle-deps-dc522dfbe5
Bump the gradle-deps group with 4 updates
2 parents 1bb0a4c + 28a5afc commit 80b301d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ java {
5555
ext {
5656
deps = [
5757
gocdPluginApi: 'cd.go.plugin:go-plugin-api:25.2.0',
58-
mockito : 'org.mockito:mockito-core:5.17.0',
58+
mockito : 'org.mockito:mockito-core:5.18.0',
5959
]
6060

6161
versions = project.ext.deps.collectEntries { lib, libGav -> [lib, libGav.split(':').last()] }
@@ -65,7 +65,7 @@ dependencies {
6565
compileOnly project.deps.gocdPluginApi
6666
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
6767
implementation group: 'com.spotify', name: 'docker-client', version: '8.16.0'
68-
implementation group: 'com.google.guava', name: 'guava', version: '33.4.6-jre'
68+
implementation group: 'com.google.guava', name: 'guava', version: '33.4.8-jre'
6969

7070
components {
7171
// workaround for Guava metadata declaring dependencies that are not needed at runtime
@@ -93,7 +93,7 @@ dependencies {
9393
}
9494

9595
testImplementation project.deps.gocdPluginApi
96-
testImplementation platform('org.junit:junit-bom:5.12.2')
96+
testImplementation platform('org.junit:junit-bom:5.13.0')
9797
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api'
9898
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-params'
9999
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine'
@@ -103,7 +103,7 @@ dependencies {
103103
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter', version: project.versions.mockito
104104
testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '3.0'
105105
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.3'
106-
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.19.1'
106+
testImplementation group: 'org.jsoup', name: 'jsoup', version: '1.20.1'
107107
}
108108

109109
test {

0 commit comments

Comments
 (0)