Skip to content

Commit b636329

Browse files
authored
chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v3.3.1 (GoogleCloudPlatform#7555)
[![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.2.1` -> `3.3.1` | [![age](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.3.1/age-slim)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.3.1/adoption-slim)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.3.1/compatibility-slim/3.2.1)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://badges.renovateapi.com/packages/maven/com.google.cloud.tools:jib-maven-plugin/3.3.1/confidence-slim/3.2.1)](https://docs.renovatebot.com/merge-confidence/) | --- ### ⚠ Dependency Lookup Warnings ⚠ Warnings were logged while processing this repo. Please check the Dependency Dashboard for more information. --- ### 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**: Never, 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://app.renovatebot.com/dashboard#github/GoogleCloudPlatform/java-docs-samples). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNC43My4zIiwidXBkYXRlZEluVmVyIjoiMzQuNzMuMyJ9-->
1 parent 5ee9249 commit b636329

14 files changed

Lines changed: 14 additions & 14 deletions

File tree

eventarc/audit-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ limitations under the License.
9696
<plugin>
9797
<groupId>com.google.cloud.tools</groupId>
9898
<artifactId>jib-maven-plugin</artifactId>
99-
<version>3.2.1</version>
99+
<version>3.3.1</version>
100100
<configuration>
101101
<to>
102102
<image>gcr.io/PROJECT_ID/gcs-container</image>

eventarc/generic/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ limitations under the License.
8888
<plugin>
8989
<groupId>com.google.cloud.tools</groupId>
9090
<artifactId>jib-maven-plugin</artifactId>
91-
<version>3.2.1</version>
91+
<version>3.3.1</version>
9292
<configuration>
9393
<to>
9494
<image>gcr.io/PROJECT_ID/eventarc-generic</image>

eventarc/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ limitations under the License.
9696
<plugin>
9797
<groupId>com.google.cloud.tools</groupId>
9898
<artifactId>jib-maven-plugin</artifactId>
99-
<version>3.2.1</version>
99+
<version>3.3.1</version>
100100
<configuration>
101101
<to>
102102
<image>gcr.io/PROJECT_ID/cloudrun-events-pubsub</image>

run/endpoints-v2-backend/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ limitations under the License.
9797
<plugin>
9898
<groupId>com.google.cloud.tools</groupId>
9999
<artifactId>jib-maven-plugin</artifactId>
100-
<version>3.2.1</version>
100+
<version>3.3.1</version>
101101
<configuration>
102102
<to>
103103
<image>gcr.io/${endpoints.project.id}/endpoints-container</image>

run/hello-broken/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ limitations under the License.
7878
<plugin>
7979
<groupId>com.google.cloud.tools</groupId>
8080
<artifactId>jib-maven-plugin</artifactId>
81-
<version>3.2.1</version>
81+
<version>3.3.1</version>
8282
<configuration>
8383
<to>
8484
<image>gcr.io/PROJECT_ID/hello-service</image>

run/helloworld/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ limitations under the License.
8080
<plugin>
8181
<groupId>com.google.cloud.tools</groupId>
8282
<artifactId>jib-maven-plugin</artifactId>
83-
<version>3.2.1</version>
83+
<version>3.3.1</version>
8484
<configuration>
8585
<to>
8686
<image>gcr.io/PROJECT_ID/helloworld</image>

run/idp-sql/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ limitations under the License.
141141
<plugin>
142142
<groupId>com.google.cloud.tools</groupId>
143143
<artifactId>jib-maven-plugin</artifactId>
144-
<version>3.2.1</version>
144+
<version>3.3.1</version>
145145
<configuration>
146146
<to>
147147
<image>gcr.io/PROJECT_ID/idp-sql</image>

run/image-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ limitations under the License.
113113
<plugin>
114114
<groupId>com.google.cloud.tools</groupId>
115115
<artifactId>jib-maven-plugin</artifactId>
116-
<version>3.2.1</version>
116+
<version>3.3.1</version>
117117
<configuration>
118118
<from>
119119
<image>gcr.io/PROJECT_ID/imagemagick</image>

run/logging-manual/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ limitations under the License.
7373
<plugin>
7474
<groupId>com.google.cloud.tools</groupId>
7575
<artifactId>jib-maven-plugin</artifactId>
76-
<version>3.2.1</version>
76+
<version>3.3.1</version>
7777
<configuration>
7878
<to>
7979
<image>gcr.io/PROJECT_ID/logging-manual</image>

run/markdown-preview/editor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>com.google.cloud.tools</groupId>
9090
<artifactId>jib-maven-plugin</artifactId>
91-
<version>3.2.1</version>
91+
<version>3.3.1</version>
9292
<configuration>
9393
<to>
9494
<image>gcr.io/PROJECT_ID/editor</image>

0 commit comments

Comments
 (0)