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 @@ -70,7 +70,7 @@ dependencies {
7070 exclude(group : ' org.jetbrains' , module : ' annotations' )
7171 }
7272
73- provided(' com.google.cloud.tools:jib-core:0.27.3 ' ) {
73+ provided(' com.google.cloud.tools:jib-core:0.28.1 ' ) {
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'
@@ -101,7 +101,7 @@ dependencies {
101101 testRuntimeOnly ' org.junit.platform:junit-platform-launcher:1.11.0'
102102
103103 testImplementation ' org.junit.jupiter:junit-jupiter:5.13.4'
104- testImplementation(' com.google.cloud.tools:jib-core:0.27.3 ' ) {
104+ testImplementation(' com.google.cloud.tools:jib-core:0.28.1 ' ) {
105105 exclude group : ' com.google.guava' , module : ' guava'
106106 }
107107 testImplementation ' org.apache.httpcomponents:httpclient:4.5.14'
You can’t perform that action at this time.
0 commit comments