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 2021/12/22 13:10:44 UTC

[camel-spring-boot] branch camel-spring-boot-3.11.x updated: Upgrade to spring boot 2.5.8

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

davsclaus pushed a commit to branch camel-spring-boot-3.11.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.11.x by this push:
     new 3089e75  Upgrade to spring boot 2.5.8
3089e75 is described below

commit 3089e75fa93f5aaca693700cd94e7512ae973fa1
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Wed Dec 22 14:10:34 2021 +0100

    Upgrade to spring boot 2.5.8
---
 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 6b34f00..9613942 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.5.6</spring-boot-version>
+         <spring-boot-version>2.5.8</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 9babe25..a19ee82 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.5.6</spring-boot-version>
+        <spring-boot-version>2.5.8</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.11.5-SNAPSHOT</camel-version>