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 61b56e66ff08a81cac35493fba2c4ad0da8b8f20
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Fri Sep 24 07:04:24 2021 +0200

    CAMEL-16999: camel-spring-boot - Update to 2.5.5
---
 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 edea207..2b4b38d 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.4</spring-boot-version>
+         <spring-boot-version>2.5.5</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 bacd66a..07e7fb1 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.4</spring-boot-version>
+        <spring-boot-version>2.5.5</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.12.0-SNAPSHOT</camel-version>

Reply via email to