Skip to content

Commit 2f36e4b

Browse files
Bump com.google.cloud.tools:jib-core from 0.23.0 to 0.27.3 in /core
Bumps [com.google.cloud.tools:jib-core](https://github.com/GoogleContainerTools/jib) from 0.23.0 to 0.27.3. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ad2e8b1 commit 2f36e4b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)