File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ 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'
@@ -106,7 +106,7 @@ 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'
You can’t perform that action at this time.
0 commit comments