You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2022/03/31 18:33:26 UTC

[camel-spring-boot] branch camel-spring-boot-3.14.x updated: Upgrade to spring boot 2.6.6

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 5b18ff7  Upgrade to spring boot 2.6.6
5b18ff7 is described below

commit 5b18ff7799a9ef1b050f2545c752e23fd9a4956c
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Mar 31 20:33:17 2022 +0200

    Upgrade to spring boot 2.6.6
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 pom.xml                                        | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index 7fbf339..5e641fc 100644
--- a/archetypes/camel-archetype-spring-boot/pom.xml
+++ b/archetypes/camel-archetype-spring-boot/pom.xml
@@ -34,7 +34,7 @@
     <packaging>maven-archetype</packaging>
 
     <properties>
-         <spring-boot-version>2.6.4</spring-boot-version>
+         <spring-boot-version>2.6.6</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>
 
diff --git a/pom.xml b/pom.xml
index f48ad0c..2c55144 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.4</spring-boot-version>
+        <spring-boot-version>2.6.6</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.14.3-SNAPSHOT</camel-version>