This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit e4a0c8a3a58c517814cdba2ad1bec0abcb88b9ad
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 0d977cd560..a00cb03de3 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 8618bec4fc..a065eb3eb2 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>

Reply via email to