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/01/24 17:22:40 UTC

[camel-spring-boot] branch master updated: Upgrade to spring boot 2.4.2

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 3a945b8  Upgrade to spring boot 2.4.2
3a945b8 is described below

commit 3a945b8b475ad609f0deadb6efc31fb925f72a1b
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Sun Jan 24 18:22:27 2021 +0100

    Upgrade to spring boot 2.4.2
---
 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 466bf27..b212776 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.1</spring-boot-version>
+         <spring-boot-version>2.4.2</spring-boot-version>
          <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots -->
     </properties>