chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.4.5 (#1800)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-03-18 09:53:11 +02:00 committed by GitHub
parent e5fcba07f0
commit 93149757c2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
<plugin> <plugin>
<groupId>com.google.cloud.tools</groupId> <groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId> <artifactId>jib-maven-plugin</artifactId>
<version>3.4.4</version> <version>3.4.5</version>
<configuration> <configuration>
<to> <to>
<image>docker.io/john/${project.artifactId}:latest</image> <image>docker.io/john/${project.artifactId}:latest</image>

View File

@ -15,7 +15,7 @@
<plugin> <plugin>
<groupId>com.google.cloud.tools</groupId> <groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId> <artifactId>jib-maven-plugin</artifactId>
<version>3.4.4</version> <version>3.4.5</version>
<configuration> <configuration>
<to> <to>
<image>gcr.io/my-gcp-project/my-app</image> <image>gcr.io/my-gcp-project/my-app</image>