Skip to content

Commit 7e5122b

Browse files
authored
chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.4.0 (#1316)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.google.cloud.tools:jib-maven-plugin](https://togithub.com/GoogleContainerTools/jib) | `3.3.2` -> `3.4.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.google.cloud.tools:jib-maven-plugin/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.google.cloud.tools:jib-maven-plugin/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.google.cloud.tools:jib-maven-plugin/3.3.2/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.google.cloud.tools:jib-maven-plugin/3.3.2/3.4.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>GoogleContainerTools/jib (com.google.cloud.tools:jib-maven-plugin)</summary> ### [`v3.4.0`](https://togithub.com/GoogleContainerTools/jib/compare/v3.3.2-maven...v3.4.0-gradle) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/GoogleCloudPlatform/cloud-code-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy41OS44IiwidXBkYXRlZEluVmVyIjoiMzcuNTkuOCIsInRhcmdldEJyYW5jaCI6InYxIn0=-->
1 parent 1ba081c commit 7e5122b

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

java/java-cloud-run-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
<plugin>
7575
<groupId>com.google.cloud.tools</groupId>
7676
<artifactId>jib-maven-plugin</artifactId>
77-
<version>3.3.2</version>
77+
<version>3.4.0</version>
7878
</plugin>
7979
<plugin>
8080
<groupId>org.springframework.boot</groupId>

java/java-guestbook/backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<plugin>
4343
<groupId>com.google.cloud.tools</groupId>
4444
<artifactId>jib-maven-plugin</artifactId>
45-
<version>3.3.2</version>
45+
<version>3.4.0</version>
4646
</plugin>
4747
<plugin>
4848
<groupId>org.springframework.boot</groupId>

java/java-guestbook/frontend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
<plugin>
4040
<groupId>com.google.cloud.tools</groupId>
4141
<artifactId>jib-maven-plugin</artifactId>
42-
<version>3.3.2</version>
42+
<version>3.4.0</version>
4343
</plugin>
4444
<plugin>
4545
<groupId>org.springframework.boot</groupId>

java/java-guestbook/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<plugin>
2121
<groupId>com.google.cloud.tools</groupId>
2222
<artifactId>jib-maven-plugin</artifactId>
23-
<version>3.3.2</version>
23+
<version>3.4.0</version>
2424
</plugin>
2525
</plugins>
2626
</pluginManagement>

java/java-hello-world/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<plugin>
2626
<groupId>com.google.cloud.tools</groupId>
2727
<artifactId>jib-maven-plugin</artifactId>
28-
<version>3.3.2</version>
28+
<version>3.4.0</version>
2929
</plugin>
3030
<plugin>
3131
<groupId>org.springframework.boot</groupId>

0 commit comments

Comments
 (0)