Skip to content

Commit a1219df

Browse files
Bump com.google.cloud.tools.jib from 3.4.2 to 3.4.4
Bumps com.google.cloud.tools.jib from 3.4.2 to 3.4.4. --- updated-dependencies: - dependency-name: com.google.cloud.tools.jib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4fb5436 commit a1219df

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.5'
6-
id 'com.google.cloud.tools.jib' version '3.4.2'
6+
id 'com.google.cloud.tools.jib' version '3.4.4'
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.2'
5+
id 'com.google.cloud.tools.jib' version '3.4.4'
66
id 'com.github.johnrengelman.shadow' version '8.1.1'
77
}
88

0 commit comments

Comments
 (0)