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
commit 552aeb6fa0f109a870637fed7e8f7e0137f90686 Author: Claus Ibsen <[email protected]> AuthorDate: Mon Oct 25 20:57:59 2021 +0200 CAMEL-17123 Upgrade to Spring Boot 2.5.6 --- 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 240b3bf..3c82639 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.5</spring-boot-version> + <spring-boot-version>2.5.6</spring-boot-version> <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots --> </properties>
