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/07/05 08:07:56 UTC

[camel-spring-boot] 03/03: CAMEL-16785: camel 3.7.x - Dependency upgrades

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

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

commit 3dd9615f94bae121d71f9e77de66839971e3bf34
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Mon Jul 5 10:07:38 2021 +0200

    CAMEL-16785: camel 3.7.x - Dependency upgrades
---
 archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml
index 6ab1162..2429a60 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.4.3</spring-boot-version>
+         <spring-boot-version>2.4.8</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>