Skip to content

Commit

Permalink
Bump com.google.cloud.tools.jib from 3.3.2 to 3.4.2 (#22)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored May 22, 2024
1 parent 545b1e9 commit 1fa5e1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion JShellAPI/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import java.time.Instant
plugins {
id 'org.springframework.boot' version '3.2.5'
id 'io.spring.dependency-management' version '1.1.0'
id 'com.google.cloud.tools.jib' version '3.3.2'
id 'com.google.cloud.tools.jib' version '3.4.2'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

Expand Down
2 changes: 1 addition & 1 deletion JShellWrapper/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import java.time.Instant

plugins {
id 'application'
id 'com.google.cloud.tools.jib' version '3.4.0'
id 'com.google.cloud.tools.jib' version '3.4.2'
id 'com.github.johnrengelman.shadow' version '8.1.1'
}

Expand Down

0 comments on commit 1fa5e1b

Please sign in to comment.