Bump com.spotify:dockerfile-maven-plugin from 1.4.12 to 1.4.13 (#1738)

Bumps [com.spotify: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](https://github.com/spotify/dockerfile-maven/compare/v1.4.12...v1.4.13)

---
updated-dependencies:
- dependency-name: com.spotify:dockerfile-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
dependabot[bot]
2024-09-23 15:12:57 -04:00
committed by GitHub
parent 1e9ec474a2
commit c755a7f53e
3 changed files with 3 additions and 3 deletions

View File

@@ -67,7 +67,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
<configuration>
<repository>${docker.registry.organization}/${artifactId}</repository>
<tag>${project.version}</tag>

View File

@@ -86,7 +86,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
<configuration>
<repository>${docker.registry.organization}/${artifactId}</repository>
<tag>${project.version}</tag>

View File

@@ -59,7 +59,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
<version>1.4.12</version>
<version>1.4.13</version>
<configuration>
<repository>${docker.registry.organization}/${artifactId}</repository>
<tag>${project.version}</tag>