@@ -69,14 +69,14 @@ configurations.all {
6969dependencies {
7070 api ' junit:junit:4.13.2'
7171 api ' org.slf4j:slf4j-api:1.7.36'
72- compileOnly ' org.jetbrains:annotations:24.0.0 '
73- testCompileOnly ' org.jetbrains:annotations:24.0.0 '
72+ compileOnly ' org.jetbrains:annotations:24.0.1 '
73+ testCompileOnly ' org.jetbrains:annotations:24.0.1 '
7474 api ' org.apache.commons:commons-compress:1.22'
7575 api (' org.rnorth.duct-tape:duct-tape:1.0.8' ) {
7676 exclude(group : ' org.jetbrains' , module : ' annotations' )
7777 }
7878
79- provided(' com.google.cloud.tools:jib-core:0.22 .0' ) {
79+ provided(' com.google.cloud.tools:jib-core:0.23 .0' ) {
8080 exclude group : ' com.google.guava' , module : ' guava'
8181 exclude group : ' com.fasterxml.jackson.datatype' , module : ' jackson-datatype-jsr310'
8282 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-core'
@@ -101,10 +101,10 @@ dependencies {
101101
102102 shaded ' org.zeroturnaround:zt-exec:1.12'
103103
104- testImplementation ' com.google.cloud.tools:jib-core:0.22 .0'
104+ testImplementation ' com.google.cloud.tools:jib-core:0.23 .0'
105105 testImplementation ' org.apache.httpcomponents:httpclient:4.5.9'
106106 testImplementation ' redis.clients:jedis:4.3.1'
107- testImplementation ' com.rabbitmq:amqp-client:5.16 .0'
107+ testImplementation ' com.rabbitmq:amqp-client:5.17 .0'
108108 testImplementation ' org.mongodb:mongo-java-driver:3.12.12'
109109
110110 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
0 commit comments