Skip to content

Commit 4210e9a

Browse files
Bump com.google.cloud.tools:jib-maven-plugin from 3.4.0 to 3.4.1
Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.0 to 3.4.1. - [Release notes](https://github.com/GoogleContainerTools/jib/releases) - [Commits](https://github.com/GoogleContainerTools/jib/commits) --- updated-dependencies: - dependency-name: com.google.cloud.tools:jib-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent f2596f4 commit 4210e9a

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

carts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@
351351
<plugin>
352352
<groupId>com.google.cloud.tools</groupId>
353353
<artifactId>jib-maven-plugin</artifactId>
354-
<version>3.4.0</version>
354+
<version>3.4.1</version>
355355
<configuration>
356356
<from>
357357
<image>gcr.io/distroless/java17</image>

catalog/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@
352352
<plugin>
353353
<groupId>com.google.cloud.tools</groupId>
354354
<artifactId>jib-maven-plugin</artifactId>
355-
<version>3.4.0</version>
355+
<version>3.4.1</version>
356356
<configuration>
357357
<from>
358358
<image>gcr.io/distroless/java17</image>

orders/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,7 @@
363363
<plugin>
364364
<groupId>com.google.cloud.tools</groupId>
365365
<artifactId>jib-maven-plugin</artifactId>
366-
<version>3.4.0</version>
366+
<version>3.4.1</version>
367367
<configuration>
368368
<from>
369369
<image>gcr.io/distroless/java17</image>

payment/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
<plugin>
382382
<groupId>com.google.cloud.tools</groupId>
383383
<artifactId>jib-maven-plugin</artifactId>
384-
<version>3.4.0</version>
384+
<version>3.4.1</version>
385385
<configuration>
386386
<from>
387387
<image>gcr.io/distroless/java17</image>

shipping/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>com.google.cloud.tools</groupId>
351351
<artifactId>jib-maven-plugin</artifactId>
352-
<version>3.4.0</version>
352+
<version>3.4.1</version>
353353
<configuration>
354354
<from>
355355
<image>gcr.io/distroless/java17</image>

users/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -349,7 +349,7 @@
349349
<plugin>
350350
<groupId>com.google.cloud.tools</groupId>
351351
<artifactId>jib-maven-plugin</artifactId>
352-
<version>3.4.0</version>
352+
<version>3.4.1</version>
353353
<configuration>
354354
<from>
355355
<image>gcr.io/distroless/java17</image>

0 commit comments

Comments
 (0)