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

apupier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/main by this push:
     new fb6f63196ae chore: update maven-dependency-plugin to 3.8.1 in Camel 
Jbang genrated project
fb6f63196ae is described below

commit fb6f63196ae13f1c69ba845a5e3d677c382175de
Author: Aurélien Pupier <apup...@redhat.com>
AuthorDate: Tue May 13 12:04:47 2025 +0200

    chore: update maven-dependency-plugin to 3.8.1 in Camel Jbang genrated
    project
    
    there was one case which was not updated. The other cases were already
    updated
    
    Signed-off-by: Aurélien Pupier <apup...@redhat.com>
---
 .../src/main/resources/templates/quarkus-kubernetes-pom.tmpl            | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
index c480f31a783..afc94a708cb 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-kubernetes-pom.tmpl
@@ -237,7 +237,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-dependency-plugin</artifactId>
-                        <version>3.7.1</version>
+                        <version>3.8.1</version>
                         <executions>
                             <execution>
                                 <id>copy</id>

Reply via email to