Skip to content

Commit e324c36

Browse files
authored
chore(deps): update dependency com.google.cloud.tools:jib-maven-plugin to v2.7.1 (GoogleCloudPlatform#4519)
1 parent 31aceb9 commit e324c36

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

eventarc/audit-storage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ limitations under the License.
9595
<plugin>
9696
<groupId>com.google.cloud.tools</groupId>
9797
<artifactId>jib-maven-plugin</artifactId>
98-
<version>2.7.0</version>
98+
<version>2.7.1</version>
9999
<configuration>
100100
<to>
101101
<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
@@ -87,7 +87,7 @@ limitations under the License.
8787
<plugin>
8888
<groupId>com.google.cloud.tools</groupId>
8989
<artifactId>jib-maven-plugin</artifactId>
90-
<version>2.7.0</version>
90+
<version>2.7.1</version>
9191
<configuration>
9292
<to>
9393
<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
@@ -95,7 +95,7 @@ limitations under the License.
9595
<plugin>
9696
<groupId>com.google.cloud.tools</groupId>
9797
<artifactId>jib-maven-plugin</artifactId>
98-
<version>2.7.0</version>
98+
<version>2.7.1</version>
9999
<configuration>
100100
<to>
101101
<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
@@ -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>2.7.0</version>
99+
<version>2.7.1</version>
100100
<configuration>
101101
<to>
102102
<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
@@ -77,7 +77,7 @@ limitations under the License.
7777
<plugin>
7878
<groupId>com.google.cloud.tools</groupId>
7979
<artifactId>jib-maven-plugin</artifactId>
80-
<version>2.7.0</version>
80+
<version>2.7.1</version>
8181
<configuration>
8282
<to>
8383
<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
@@ -79,7 +79,7 @@ limitations under the License.
7979
<plugin>
8080
<groupId>com.google.cloud.tools</groupId>
8181
<artifactId>jib-maven-plugin</artifactId>
82-
<version>2.7.0</version>
82+
<version>2.7.1</version>
8383
<configuration>
8484
<to>
8585
<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
@@ -120,7 +120,7 @@ limitations under the License.
120120
<plugin>
121121
<groupId>com.google.cloud.tools</groupId>
122122
<artifactId>jib-maven-plugin</artifactId>
123-
<version>2.7.0</version>
123+
<version>2.7.1</version>
124124
<configuration>
125125
<from>
126126
<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>2.7.0</version>
76+
<version>2.7.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>2.7.0</version>
91+
<version>2.7.1</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.7.0</version>
97+
<version>2.7.1</version>
9898
<configuration>
9999
<to>
100100
<image>gcr.io/PROJECT_ID/renderer</image>

0 commit comments

Comments
 (0)