File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ tasks.withType(JavaCompile).configureEach {
6262ext {
6363 deps = [
6464 gocdPluginApi : ' cd.go.plugin:go-plugin-api:25.4.0' ,
65- mockito : ' org.mockito:mockito-core:5.21 .0' ,
65+ mockito : ' org.mockito:mockito-core:5.22 .0' ,
6666 slf4j : ' org.slf4j:slf4j-api:2.0.17' ,
6767 ]
6868
@@ -80,7 +80,7 @@ dependencies {
8080 implementation ' org.freemarker:freemarker:2.3.34'
8181
8282 // Control/upgrade Spotify docker-client transitive dependencies
83- implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.0 ' )
83+ implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.1 ' )
8484 implementation platform(' org.glassfish.jersey:jersey-bom:2.25' )
8585 constraints {
8686 implementation(' commons-io:commons-io:2.21.0' ) {
@@ -134,7 +134,7 @@ dependencies {
134134 implementation " org.slf4j:jcl-over-slf4j:${ project.versions.slf4j} "
135135
136136 testImplementation project. deps. gocdPluginApi
137- testImplementation platform(' org.junit:junit-bom:6.0.2 ' )
137+ testImplementation platform(' org.junit:junit-bom:6.0.3 ' )
138138 testImplementation ' org.junit.jupiter:junit-jupiter-api'
139139 testImplementation ' org.junit.jupiter:junit-jupiter-params'
140140 testRuntimeOnly ' org.junit.jupiter:junit-jupiter-engine'
You can’t perform that action at this time.
0 commit comments