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 4f58a29deda chore: update maven-surefire-plugin to 3.5.3 in Camel 
Jbang generated project
4f58a29deda is described below

commit 4f58a29dedace71fded932f9ed6ececacd0788d9
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu May 15 16:29:28 2025 +0200

    chore: update maven-surefire-plugin to 3.5.3 in Camel Jbang generated
    project
    
    Signed-off-by: AurĂ©lien Pupier <[email protected]>
---
 .../src/main/resources/templates/quarkus-kubernetes-pom.tmpl            | 2 +-
 .../camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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 473309cce2c..2d1e8b6dabb 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
@@ -20,7 +20,7 @@
         <quarkus.platform.version>{{ .QuarkusVersion 
}}</quarkus.platform.version>
 {{ .BuildProperties }}
         <skipITs>true</skipITs>
-        <surefire-plugin.version>3.5.2</surefire-plugin.version>
+        <surefire-plugin.version>3.5.3</surefire-plugin.version>
     </properties>
 
     <dependencyManagement>
diff --git 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
index 08ce4f1ac52..502fc4e4e8d 100644
--- 
a/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
+++ 
b/dsl/camel-jbang/camel-jbang-core/src/main/resources/templates/quarkus-pom.tmpl
@@ -20,7 +20,7 @@
         <quarkus.platform.version>{{ .QuarkusVersion 
}}</quarkus.platform.version>
 {{ .BuildProperties }}
         <skipITs>true</skipITs>
-        <surefire-plugin.version>3.5.2</surefire-plugin.version>
+        <surefire-plugin.version>3.5.3</surefire-plugin.version>
     </properties>
 
     <dependencyManagement>

Reply via email to