55
55
ext {
56
56
deps = [
57
57
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' ,
59
59
]
60
60
61
61
versions = project. ext. deps. collectEntries { lib , libGav -> [lib, libGav. split(' :' ). last()] }
@@ -65,7 +65,7 @@ dependencies {
65
65
compileOnly project. deps. gocdPluginApi
66
66
implementation group : ' com.google.code.gson' , name : ' gson' , version : ' 2.13.1'
67
67
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'
69
69
70
70
components {
71
71
// workaround for Guava metadata declaring dependencies that are not needed at runtime
@@ -93,7 +93,7 @@ dependencies {
93
93
}
94
94
95
95
testImplementation project. deps. gocdPluginApi
96
- testImplementation platform(' org.junit:junit-bom:5.12.2 ' )
96
+ testImplementation platform(' org.junit:junit-bom:5.13.0 ' )
97
97
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-api'
98
98
testImplementation group : ' org.junit.jupiter' , name : ' junit-jupiter-params'
99
99
testRuntimeOnly group : ' org.junit.jupiter' , name : ' junit-jupiter-engine'
@@ -103,7 +103,7 @@ dependencies {
103
103
testImplementation group : ' org.mockito' , name : ' mockito-junit-jupiter' , version : project. versions. mockito
104
104
testImplementation group : ' org.hamcrest' , name : ' hamcrest' , version : ' 3.0'
105
105
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'
107
107
}
108
108
109
109
test {
0 commit comments