@@ -78,15 +78,15 @@ dependencies {
7878 exclude(group : ' org.jetbrains' , module : ' annotations' )
7979 }
8080
81- provided(' com.google.cloud.tools:jib-core:0.23.0 ' ) {
81+ provided(' com.google.cloud.tools:jib-core:0.27.3 ' ) {
8282 exclude group : ' com.google.guava' , module : ' guava'
8383 exclude group : ' com.fasterxml.jackson.datatype' , module : ' jackson-datatype-jsr310'
8484 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-core'
8585 exclude group : ' com.fasterxml.jackson.core' , module : ' jackson-databind'
8686 exclude group : ' org.apache.commons' , module : ' commons-compress'
8787 }
8888
89- shaded ' org.awaitility:awaitility:4.2 .0'
89+ shaded ' org.awaitility:awaitility:4.3 .0'
9090
9191 api platform(' com.github.docker-java:docker-java-bom:3.4.2' )
9292 shaded platform(' com.github.docker-java:docker-java-bom:3.4.2' )
@@ -106,12 +106,12 @@ dependencies {
106106
107107 shaded ' org.zeroturnaround:zt-exec:1.12'
108108
109- testImplementation(' com.google.cloud.tools:jib-core:0.23.0 ' ) {
109+ testImplementation(' com.google.cloud.tools:jib-core:0.27.3 ' ) {
110110 exclude group : ' com.google.guava' , module : ' guava'
111111 }
112112 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
113113 testImplementation ' redis.clients:jedis:6.0.0'
114- testImplementation ' com.rabbitmq:amqp-client:5.22 .0'
114+ testImplementation ' com.rabbitmq:amqp-client:5.25 .0'
115115 testImplementation ' org.mongodb:mongo-java-driver:3.12.14'
116116
117117 testImplementation (' org.mockito:mockito-core:4.11.0' ) {
0 commit comments