@@ -72,7 +72,7 @@ dependencies {
7272 api ' org.slf4j:slf4j-api:1.7.36'
7373 compileOnly ' org.jetbrains:annotations:26.0.2-1'
7474 testCompileOnly ' org.jetbrains:annotations:26.0.2-1'
75- api ' org.apache.commons:commons-compress:1.24 .0'
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 }
@@ -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