Skip to content

Commit fa829cf

Browse files
Bump com.google.cloud.tools:jib-maven-plugin from 3.4.2 to 3.4.5
Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.2 to 3.4.5. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b606c89 commit fa829cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
<properties>
1717
<jdk21.base.container>mirror.gcr.io/library/eclipse-temurin:21-jre</jdk21.base.container>
18-
<jib.version>3.4.2</jib.version> <!-- newer versions get stuck at 80 percent - https://stackoverflow.com/questions/78573169/googlejib-is-stuck-at-80-percent-while-creating-docker-image -->
18+
<jib.version>3.4.5</jib.version> <!-- newer versions get stuck at 80 percent - https://stackoverflow.com/questions/78573169/googlejib-is-stuck-at-80-percent-while-creating-docker-image -->
1919
</properties>
2020

2121
<modules>

0 commit comments

Comments
 (0)