This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-spring-boot-3.14.x in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit d42297e852af7b3ce52eb9815a2c8e526d37599c Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Thu Apr 28 21:32:28 2022 +0200 CAMEL-18011: upgrade to spring boot 2.6.7 --- 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 5e641fc03c1..2543ef100a8 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.6.6</spring-boot-version> + <spring-boot-version>2.6.7</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 2c55144fd94..5367d6b6668 100644 --- a/pom.xml +++ b/pom.xml @@ -108,7 +108,7 @@ <compiler.fork>false</compiler.fork> <!-- Spring-Boot target version --> - <spring-boot-version>2.6.6</spring-boot-version> + <spring-boot-version>2.6.7</spring-boot-version> <!-- Camel target version --> <camel-version>3.14.3-SNAPSHOT</camel-version>