Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Bump com.google.cloud.tools.jib from 3.4.5 to 3.5.0 (#1344)
Bumps com.google.cloud.tools.jib from 3.4.5 to 3.5.0.

---
updated-dependencies:
- dependency-name: com.google.cloud.tools.jib
  dependency-version: 3.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 17, 2025
commit b57362396812853c9cd7be5f5610c422739ee516
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ buildscript {

plugins {
id 'application'
id 'com.google.cloud.tools.jib' version '3.4.5'
id 'com.google.cloud.tools.jib' version '3.5.0'
id 'com.github.johnrengelman.shadow' version '8.1.1'
id 'database-settings'
}
Expand Down
Loading