Skip to content

Commit 754feef

Browse files
authored
chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v2.3.0 (GoogleCloudPlatform#2962)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.tools:jib-maven-plugin](https://togithub.com/GoogleContainerTools/jib) | minor | `2.2.0` -> `2.3.0` | --- ### Renovate configuration :date: **Schedule**: At any time (no schedule defined). :vertical_traffic_light: **Automerge**: Disabled by config. Please merge this manually once you are satisfied. :recycle: **Rebasing**: Never, or you tick the rebase/retry checkbox. :no_bell: **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 [WhiteSource Renovate](https://renovate.whitesourcesoftware.com). View repository job log [here](https://app.renovatebot.com/dashboard#GoogleCloudPlatform/java-docs-samples).
1 parent 1678a8e commit 754feef

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

run/hello-broken/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>2.2.0</version>
76+
<version>2.3.0</version>
7777
<configuration>
7878
<to>
7979
<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
@@ -71,7 +71,7 @@ limitations under the License.
7171
<plugin>
7272
<groupId>com.google.cloud.tools</groupId>
7373
<artifactId>jib-maven-plugin</artifactId>
74-
<version>2.2.0</version>
74+
<version>2.3.0</version>
7575
<configuration>
7676
<to>
7777
<image>gcr.io/PROJECT_ID/helloworld</image>

run/image-processing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ limitations under the License.
109109
<plugin>
110110
<groupId>com.google.cloud.tools</groupId>
111111
<artifactId>jib-maven-plugin</artifactId>
112-
<version>2.2.0</version>
112+
<version>2.3.0</version>
113113
<configuration>
114114
<from>
115115
<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
@@ -70,7 +70,7 @@ limitations under the License.
7070
<plugin>
7171
<groupId>com.google.cloud.tools</groupId>
7272
<artifactId>jib-maven-plugin</artifactId>
73-
<version>2.2.0</version>
73+
<version>2.3.0</version>
7474
<configuration>
7575
<to>
7676
<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
@@ -83,7 +83,7 @@
8383
<plugin>
8484
<groupId>com.google.cloud.tools</groupId>
8585
<artifactId>jib-maven-plugin</artifactId>
86-
<version>2.2.0</version>
86+
<version>2.3.0</version>
8787
<configuration>
8888
<to>
8989
<image>gcr.io/PROJECT_ID/editor</image>

run/markdown-preview/renderer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
<plugin>
9595
<groupId>com.google.cloud.tools</groupId>
9696
<artifactId>jib-maven-plugin</artifactId>
97-
<version>2.2.0</version>
97+
<version>2.3.0</version>
9898
<configuration>
9999
<to>
100100
<image>gcr.io/PROJECT_ID/renderer</image>

run/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ limitations under the License.
7676
<plugin>
7777
<groupId>com.google.cloud.tools</groupId>
7878
<artifactId>jib-maven-plugin</artifactId>
79-
<version>2.2.0</version>
79+
<version>2.3.0</version>
8080
<configuration>
8181
<to>
8282
<image>gcr.io/PROJECT_ID/pubsub</image>

run/system-package/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ limitations under the License.
5959
<plugin>
6060
<groupId>com.google.cloud.tools</groupId>
6161
<artifactId>jib-maven-plugin</artifactId>
62-
<version>2.2.0</version>
62+
<version>2.3.0</version>
6363
<configuration>
6464
<from>
6565
<image>gcr.io/PROJECT_ID/graphviz-base</image>

session-handling/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Copyright 2019 Google LLC
104104
<plugin>
105105
<groupId>com.google.cloud.tools</groupId>
106106
<artifactId>jib-maven-plugin</artifactId>
107-
<version>2.2.0</version>
107+
<version>2.3.0</version>
108108
<configuration>
109109
<to>
110110
<image>gcr.io/${gcloud.appId}/session-handling</image>

0 commit comments

Comments
 (0)