Skip to content

Commit 6edfa6d

Browse files
Bump com.google.cloud.tools:jib-core from 0.27.3 to 0.28.1 in /core
Bumps [com.google.cloud.tools:jib-core](https://github.com/GoogleContainerTools/jib) from 0.27.3 to 0.28.1. - [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-version: 0.28.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2b53c47 commit 6edfa6d

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
@@ -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'

0 commit comments

Comments
 (0)