Skip to content

Commit cc2d58a

Browse files
Bump com.google.cloud.tools:jib-maven-plugin from 3.4.3 to 3.4.4
Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.4.3 to 3.4.4. - [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] <[email protected]>
1 parent 72b0a15 commit cc2d58a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@
267267
<plugin>
268268
<groupId>com.google.cloud.tools</groupId>
269269
<artifactId>jib-maven-plugin</artifactId>
270-
<version>3.4.3</version>
270+
<version>3.4.4</version>
271271
<executions>
272272
<execution>
273273
<id>build-docker-image-dockerhub</id>

saic-java-mqtt-gateway/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
<plugin>
228228
<groupId>com.google.cloud.tools</groupId>
229229
<artifactId>jib-maven-plugin</artifactId>
230-
<version>3.4.3</version>
230+
<version>3.4.4</version>
231231
<configuration>
232232
<to>
233233
<image>${dist.oci.image}</image>

0 commit comments

Comments
 (0)