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
The following commit(s) were added to refs/heads/camel-spring-boot-3.7.x by this push: new cd123e3 Upgrade to spring boot 2.4.3 cd123e3 is described below commit cd123e310c0105b4913e56c0cfc9608324f67d80 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Wed Mar 3 06:50:45 2021 +0100 Upgrade to spring boot 2.4.3 --- archetypes/camel-archetype-spring-boot/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml index 3e0ffd4..e87c32c 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.3</spring-boot-version> <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots --> </properties> diff --git a/pom.xml b/pom.xml index 4ce0d78..9755273 100644 --- a/pom.xml +++ b/pom.xml @@ -109,7 +109,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.4.2</spring-boot-version> + <spring-boot-version>2.4.3</spring-boot-version> <!-- Camel target version --> <camel-version>3.7.3-SNAPSHOT</camel-version>