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


The following commit(s) were added to refs/heads/main by this push:
     new 137cefb  Upgrade to Spring Boot 2.5.7
137cefb is described below

commit 137cefbd0f0fc7c6e2a659ac4132784a2ebb941e
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Thu Nov 18 14:08:11 2021 +0100

    Upgrade to Spring Boot 2.5.7
---
 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 a6049d8..8c5d93d 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.7</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 a7b3e0f..e6da831 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.7</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.14.0-SNAPSHOT</camel-version>

Reply via email to