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

davsclaus pushed a commit to branch camel-spring-boot-3.14.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


The following commit(s) were added to refs/heads/camel-spring-boot-3.14.x by 
this push:
     new 19bfc3450fb Align to spring-boot 2.6.12 (#638)
19bfc3450fb is described below

commit 19bfc3450fb0b987a709e594c2fe7e2cf95b57b1
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Sep 30 06:31:58 2022 -0400

    Align to spring-boot 2.6.12 (#638)
---
 archetypes/camel-archetype-spring-boot/pom.xml | 4 ++--
 pom.xml                                        | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml 
b/archetypes/camel-archetype-spring-boot/pom.xml
index 5129c5a68bd..2fe6ce53c09 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,8 +34,8 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-        <spring-boot-version>2.6.11</spring-boot-version>
-         
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
 <!-- Needed to download camel-spring-boot snapshots -->
+        <spring-boot-version>2.6.12</spring-boot-version>
+        
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
 <!-- Needed to download camel-spring-boot snapshots -->
     </properties>
 
     <build>
diff --git a/pom.xml b/pom.xml
index e0a70f6941d..4e23e7d7188 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.6.11</spring-boot-version>
+        <spring-boot-version>2.6.12</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.14.6-SNAPSHOT</camel-version>

Reply via email to