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 e6068cb Upgrade archetype tests to spring boot 2.4.0 e6068cb is described below commit e6068cbc8a3ca9a4198ee177b92883f72c8c1cbe Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Sat Dec 5 12:06:00 2020 +0100 Upgrade archetype tests to spring boot 2.4.0 --- 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 717d3b5..ce261c8 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.3.5.RELEASE</spring-boot-version> + <spring-boot-version>2.4.0</spring-boot-version> <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots --> </properties>