@@ -70,9 +70,9 @@ configurations.all {
7070dependencies {
7171 api ' junit:junit:4.13.2'
7272 api ' org.slf4j:slf4j-api:1.7.36'
73- compileOnly ' org.jetbrains:annotations:26.0.2'
74- testCompileOnly ' org.jetbrains:annotations:26.0.2'
75- api ' org.apache.commons:commons-compress:1.24 .0'
73+ compileOnly ' org.jetbrains:annotations:26.0.2-1 '
74+ testCompileOnly ' org.jetbrains:annotations:26.0.2-1 '
75+ api ' org.apache.commons:commons-compress:1.28 .0'
7676 api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
7777 exclude(group : ' org.jetbrains' , module : ' annotations' )
7878 }
@@ -87,8 +87,8 @@ dependencies {
8787
8888 shaded ' org.awaitility:awaitility:4.3.0'
8989
90- api platform(' com.github.docker-java:docker-java-bom:3.5.3 ' )
91- shaded platform(' com.github.docker-java:docker-java-bom:3.5.3 ' )
90+ api platform(' com.github.docker-java:docker-java-bom:3.6.0 ' )
91+ shaded platform(' com.github.docker-java:docker-java-bom:3.6.0 ' )
9292
9393 api " com.github.docker-java:docker-java-api"
9494
@@ -99,7 +99,7 @@ dependencies {
9999 api ' com.github.docker-java:docker-java-transport-zerodep'
100100
101101 shaded ' com.google.guava:guava:33.3.1-jre'
102- shaded " org.yaml:snakeyaml:2.4 "
102+ shaded " org.yaml:snakeyaml:2.5 "
103103
104104 shaded ' org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
105105
@@ -109,7 +109,7 @@ dependencies {
109109 exclude group : ' com.google.guava' , module : ' guava'
110110 }
111111 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
112- testImplementation ' redis.clients:jedis:6.1 .0'
112+ testImplementation ' redis.clients:jedis:6.2 .0'
113113 testImplementation ' com.rabbitmq:amqp-client:5.26.0'
114114 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
115115
@@ -119,13 +119,13 @@ dependencies {
119119 // Synthetic JAR used for MountableFileTest and DirectoryTarResourceTest
120120 testImplementation files(' testlib/repo/fakejar/fakejar/0/fakejar-0.jar' )
121121
122- testImplementation ' org.assertj:assertj-core:3.27.4 '
122+ testImplementation ' org.assertj:assertj-core:3.27.6 '
123123 testImplementation ' io.rest-assured:rest-assured:5.5.6'
124124
125125 jarFileTestCompileOnly " org.projectlombok:lombok:${ lombok.version} "
126126 jarFileTestAnnotationProcessor " org.projectlombok:lombok:${ lombok.version} "
127127 jarFileTestImplementation ' junit:junit:4.13.2'
128- jarFileTestImplementation ' org.assertj:assertj-core:3.27.4 '
128+ jarFileTestImplementation ' org.assertj:assertj-core:3.27.6 '
129129 jarFileTestImplementation ' org.ow2.asm:asm-debug-all:5.2'
130130}
131131
0 commit comments