Skip to content

Commit 240e40b

Browse files
Bump dockerfile-maven-plugin from 1.4.12 to 1.4.13
Bumps [dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven) from 1.4.12 to 1.4.13. - [Release notes](https://github.com/spotify/dockerfile-maven/releases) - [Changelog](https://github.com/spotify/dockerfile-maven/blob/master/CHANGELOG.md) - [Commits](spotify/dockerfile-maven@v1.4.12...v1.4.13) Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05564b6 commit 240e40b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

samples/mysql-schema/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
<plugin>
5959
<groupId>com.spotify</groupId>
6060
<artifactId>dockerfile-maven-plugin</artifactId>
61-
<version>1.4.12</version>
61+
<version>1.4.13</version>
6262
<configuration>
6363
<repository>${docker-registry}/mysql-schema-operator</repository>
6464
<tag>${project.version}</tag>

samples/webserver/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
<plugin>
5454
<groupId>com.spotify</groupId>
5555
<artifactId>dockerfile-maven-plugin</artifactId>
56-
<version>1.4.12</version>
56+
<version>1.4.13</version>
5757
<configuration>
5858
<repository>webserver-operator</repository>
5959
<tag>latest</tag>

0 commit comments

Comments
 (0)