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 11138d2e62a8 Upgrade maven-surefire-plugin to 3.5.5 in jbang templates
11138d2e62a8 is described below

commit 11138d2e62a85ef57e240f2de5154aac0382e0fe
Author: AurĂ©lien Pupier <[email protected]>
AuthorDate: Thu Feb 26 11:13:59 2026 +0100

    Upgrade maven-surefire-plugin to 3.5.5 in jbang templates
    
    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 847742a039d5..94a1547d122c 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.4</surefire-plugin.version>
+        <surefire-plugin.version>3.5.5</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 ed3019044aba..09f7edd78346 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
@@ -19,7 +19,7 @@
         <quarkus.platform.version>{{ .QuarkusVersion 
}}</quarkus.platform.version>
 {{ .BuildProperties }}
         <skipITs>true</skipITs>
-        <surefire-plugin.version>3.5.4</surefire-plugin.version>
+        <surefire-plugin.version>3.5.5</surefire-plugin.version>
     </properties>
 
     <dependencyManagement>

Reply via email to