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/05/31 18:46:54 UTC

[camel-spring-boot] 01/02: CAMEL-18153: Upgrade to spring boot 2.7.0

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

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

commit 911de2d9522feafeb0f73d29a14a81c3fffdf355
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue May 31 20:20:43 2022 +0200

    CAMEL-18153: Upgrade to spring boot 2.7.0
---
 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 8c52bbe86de..63beb795886 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.7</spring-boot-version>
+         <spring-boot-version>2.7.0</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 321670f298e..4e3f838bcbf 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.7</spring-boot-version>
+        <spring-boot-version>2.7.0</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.18.0-SNAPSHOT</camel-version>