@@ -61,7 +61,7 @@ tasks.withType(JavaCompile).configureEach {
6161ext {
6262 deps = [
6363 gocdPluginApi : ' cd.go.plugin:go-plugin-api:25.4.0' ,
64- mockito : ' org.mockito:mockito-core:5.22 .0' ,
64+ mockito : ' org.mockito:mockito-core:5.23 .0' ,
6565 slf4j : ' org.slf4j:slf4j-api:2.0.17' ,
6666 ]
6767
@@ -75,11 +75,11 @@ dependencies {
7575 }
7676 implementation ' com.spotify:docker-client:8.16.0'
7777
78- implementation ' joda-time:joda-time:2.14.0 '
78+ implementation ' joda-time:joda-time:2.14.1 '
7979 implementation ' org.freemarker:freemarker:2.3.34'
8080
8181 // Control/upgrade Spotify docker-client transitive dependencies
82- implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.1 ' )
82+ implementation platform(' com.fasterxml.jackson:jackson-bom:2.21.2 ' )
8383 implementation platform(' org.glassfish.jersey:jersey-bom:2.25' )
8484 constraints {
8585 implementation(' commons-io:commons-io:2.21.0' ) {
@@ -97,7 +97,7 @@ dependencies {
9797 implementation(' org.apache.httpcomponents:httpclient:4.5.14' ) {
9898 because ' spotify docker-client uses an outdated version'
9999 }
100- implementation(' com.github.jnr:jnr-unixsocket:0.38.24 ' ) {
100+ implementation(' com.github.jnr:jnr-unixsocket:0.38.25 ' ) {
101101 because ' spotify docker-client uses an older version'
102102 }
103103 implementation(project. deps. slf4j) {
0 commit comments