Skip to content

Commit 1fa5e1b

Browse files
Bump com.google.cloud.tools.jib from 3.3.2 to 3.4.2 (#22)
Bumps com.google.cloud.tools.jib from 3.3.2 to 3.4.2. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 545b1e9 commit 1fa5e1b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

JShellAPI/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import java.time.Instant
33
plugins {
44
id 'org.springframework.boot' version '3.2.5'
55
id 'io.spring.dependency-management' version '1.1.0'
6-
id 'com.google.cloud.tools.jib' version '3.3.2'
6+
id 'com.google.cloud.tools.jib' version '3.4.2'
77
id 'com.github.johnrengelman.shadow' version '8.1.1'
88
}
99

JShellWrapper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import java.time.Instant
22

33
plugins {
44
id 'application'
5-
id 'com.google.cloud.tools.jib' version '3.4.0'
5+
id 'com.google.cloud.tools.jib' version '3.4.2'
66
id 'com.github.johnrengelman.shadow' version '8.1.1'
77
}
88

0 commit comments

Comments
 (0)