This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 910c696071f1e874cc6854cbabeb6541d22936a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Mar 16 08:29:00 2023 -0400
Bump dockerfile-maven-plugin from 1.3.4 to 1.4.13 (#1186)
Bumps
[dockerfile-maven-plugin](https://github.com/spotify/dockerfile-maven) from
1.3.4 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.3.4...v1.4.13)
---
updated-dependencies:
- dependency-name: com.spotify:dockerfile-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>
---
.../main/release/samples/jax_rs/spring_boot_scan/application/pom.xml | 2 +-
.../release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
index 65260608c3..d4d4038a24 100644
---
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
+++
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/application/pom.xml
@@ -91,7 +91,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
- <version>1.3.4</version>
+ <version>1.4.13</version>
<configuration>
<repository>${user.name}/apachecxf</repository>
<tag>${project.artifactId}</tag>
diff --git
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
index 4d36b49c03..2a0e6ab341 100644
---
a/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
+++
b/distribution/src/main/release/samples/jax_rs/spring_boot_scan/eureka-registry/pom.xml
@@ -63,7 +63,7 @@
<plugin>
<groupId>com.spotify</groupId>
<artifactId>dockerfile-maven-plugin</artifactId>
- <version>1.3.4</version>
+ <version>1.4.13</version>
<configuration>
<repository>${user.name}/apachecxf</repository>
<tag>${project.artifactId}</tag>