Skip to content

Commit 296ff54

Browse files
authored
chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v2.6.0 (GoogleCloudPlatform#3901)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [com.google.cloud.tools:jib-maven-plugin](https://togithub.com/GoogleContainerTools/jib) | minor | `2.5.2` -> `2.6.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#github/GoogleCloudPlatform/java-docs-samples).
1 parent f7fae28 commit 296ff54

11 files changed

Lines changed: 11 additions & 11 deletions

File tree

eventarc/audit-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
<plugin>
9090
<groupId>com.google.cloud.tools</groupId>
9191
<artifactId>jib-maven-plugin</artifactId>
92-
<version>2.5.2</version>
92+
<version>2.6.0</version>
9393
<configuration>
9494
<to>
9595
<image>gcr.io/PROJECT_ID/gcs-container</image>

eventarc/pubsub/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ limitations under the License.
8989
<plugin>
9090
<groupId>com.google.cloud.tools</groupId>
9191
<artifactId>jib-maven-plugin</artifactId>
92-
<version>2.5.2</version>
92+
<version>2.6.0</version>
9393
<configuration>
9494
<to>
9595
<image>gcr.io/PROJECT_ID/cloudrun-events-pubsub</image>

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.5.2</version>
76+
<version>2.6.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
@@ -72,7 +72,7 @@ limitations under the License.
7272
<plugin>
7373
<groupId>com.google.cloud.tools</groupId>
7474
<artifactId>jib-maven-plugin</artifactId>
75-
<version>2.5.2</version>
75+
<version>2.6.0</version>
7676
<configuration>
7777
<to>
7878
<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.5.2</version>
112+
<version>2.6.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.5.2</version>
73+
<version>2.6.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
@@ -88,7 +88,7 @@
8888
<plugin>
8989
<groupId>com.google.cloud.tools</groupId>
9090
<artifactId>jib-maven-plugin</artifactId>
91-
<version>2.5.2</version>
91+
<version>2.6.0</version>
9292
<configuration>
9393
<to>
9494
<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.5.2</version>
97+
<version>2.6.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.5.2</version>
79+
<version>2.6.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.5.2</version>
62+
<version>2.6.0</version>
6363
<configuration>
6464
<from>
6565
<image>gcr.io/PROJECT_ID/graphviz-base</image>

0 commit comments

Comments
 (0)