@@ -77,15 +77,15 @@ dependencies {
7777 exclude(group : ' org.jetbrains' , module : ' annotations' )
7878 }
7979
80- provided(' com.google.cloud.tools:jib-core:0.23.0 ' ) {
80+ provided(' com.google.cloud.tools:jib-core:0.27.3 ' ) {
8181 exclude group : ' com.google.guava' , module : ' guava'
8282 exclude group : ' com.fasterxml.jackson.datatype' , module : ' jackson-datatype-jsr310'
8383 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-core'
8484 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-databind'
8585 exclude group : ' org.apache.commons' , module : ' commons-compress'
8686 }
8787
88- shaded ' org.awaitility:awaitility:4.2 .0'
88+ shaded ' org.awaitility:awaitility:4.3 .0'
8989
9090 api platform(' com.github.docker-java:docker-java-bom:3.5.3' )
9191 shaded platform(' com.github.docker-java:docker-java-bom:3.5.3' )
@@ -105,12 +105,12 @@ dependencies {
105105
106106 shaded ' org.zeroturnaround:zt-exec:1.12'
107107
108- testImplementation(' com.google.cloud.tools:jib-core:0.23.0 ' ) {
108+ testImplementation(' com.google.cloud.tools:jib-core:0.27.3 ' ) {
109109 exclude group : ' com.google.guava' , module : ' guava'
110110 }
111111 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
112112 testImplementation ' redis.clients:jedis:6.0.0'
113- testImplementation ' com.rabbitmq:amqp-client:5.22 .0'
113+ testImplementation ' com.rabbitmq:amqp-client:5.25 .0'
114114 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
115115
116116 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
0 commit comments