Skip to content

Commit

Permalink
Bump com.google.cloud.tools:jib-maven-plugin in /services (#113)
Browse files Browse the repository at this point in the history
Bumps [com.google.cloud.tools:jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.2.1 to 3.4.0.
- [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-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 2, 2024
1 parent 308e073 commit f2f9863
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion services/dispatcher-inspection-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.2.1</version>
<version>3.4.0</version>
<configuration>
<to>
<image>gcr.io/PROJECT_ID/pubsub</image>
Expand Down
2 changes: 1 addition & 1 deletion services/dispatcher-tagging-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.2.1</version>
<version>3.4.0</version>
<configuration>
<to>
<image>gcr.io/PROJECT_ID/pubsub</image>
Expand Down
2 changes: 1 addition & 1 deletion services/inspector-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.2.1</version>
<version>3.4.0</version>
<configuration>
<to>
<image>gcr.io/PROJECT_ID/pubsub</image>
Expand Down
2 changes: 1 addition & 1 deletion services/tagger-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<plugin>
<groupId>com.google.cloud.tools</groupId>
<artifactId>jib-maven-plugin</artifactId>
<version>3.2.1</version>
<version>3.4.0</version>
<configuration>
<to>
<image>gcr.io/PROJECT_ID/pubsub</image>
Expand Down

0 comments on commit f2f9863

Please sign in to comment.