This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit a2a8639fad03597737b65950c26ebc63a5d5b853 Author: Andrea Cosentino <[email protected]> AuthorDate: Fri Jul 23 08:11:16 2021 +0200 Upgrade Spring Boot to version 2.5.3 --- 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 01469c7..0063dd1 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.2</spring-boot-version> + <spring-boot-version>2.5.3</spring-boot-version> <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots --> </properties>
