Skip to content

Commit f1aed62

Browse files
chore(deps): bump jib-maven-plugin from 3.2.1 to 3.3.0 (#1433)
Bumps [jib-maven-plugin](https://github.com/GoogleContainerTools/jib) from 3.2.1 to 3.3.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] <support@github.com> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cf44c44 commit f1aed62

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

sample-operators/mysql-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
21-
<jib-maven-plugin.version>3.2.1</jib-maven-plugin.version>
21+
<jib-maven-plugin.version>3.3.0</jib-maven-plugin.version>
2222
</properties>
2323

2424
<dependencies>

sample-operators/tomcat-operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
21-
<jib-maven-plugin.version>3.2.1</jib-maven-plugin.version>
21+
<jib-maven-plugin.version>3.3.0</jib-maven-plugin.version>
2222
</properties>
2323

2424
<dependencies>

sample-operators/webpage/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<properties>
1919
<maven.compiler.source>11</maven.compiler.source>
2020
<maven.compiler.target>11</maven.compiler.target>
21-
<jib-maven-plugin.version>3.2.1</jib-maven-plugin.version>
21+
<jib-maven-plugin.version>3.3.0</jib-maven-plugin.version>
2222
</properties>
2323

2424
<dependencies>

0 commit comments

Comments
 (0)