@@ -70,7 +70,7 @@ dependencies {
7070 exclude(group : ' org.jetbrains' , module : ' annotations' )
7171 }
7272
73- provided(' com.google.cloud.tools:jib-core:0.28.1 ' ) {
73+ provided(' com.google.cloud.tools:jib-core:0.28.2 ' ) {
7474 exclude group : ' com.google.guava' , module : ' guava'
7575 exclude group : ' com.fasterxml.jackson.datatype' , module : ' jackson-datatype-jsr310'
7676 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-core'
@@ -96,17 +96,17 @@ dependencies {
9696
9797 shaded ' org.glassfish.main.external:trilead-ssh2-repackaged:4.1.2'
9898
99- shaded ' org.zeroturnaround:zt-exec:1.12 '
99+ shaded ' org.zeroturnaround:zt-exec:1.13.0 '
100100
101101 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.14.3'
102102
103103 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
104- testImplementation(' com.google.cloud.tools:jib-core:0.28.1 ' ) {
104+ testImplementation(' com.google.cloud.tools:jib-core:0.28.2 ' ) {
105105 exclude group : ' com.google.guava' , module : ' guava'
106106 }
107107 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
108108 testImplementation ' redis.clients:jedis:7.4.1'
109- testImplementation ' com.rabbitmq:amqp-client:5.26 .0'
109+ testImplementation ' com.rabbitmq:amqp-client:5.35 .0'
110110 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
111111
112112 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
0 commit comments