This is an automated email from the ASF dual-hosted git repository. gzurowski pushed a commit to branch feature/update-spring-boot in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
commit afb26043767acf7c8a31f101b9de8f575b191844 Author: Gregor Zurowski <[email protected]> AuthorDate: Tue Jun 21 13:34:45 2022 +0200 Update to Spring Boot 2.6.8 --- archetypes/camel-archetype-spring-boot/pom.xml | 6 +++--- pom.xml | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/archetypes/camel-archetype-spring-boot/pom.xml b/archetypes/camel-archetype-spring-boot/pom.xml index b0d5fc54dd8..03dd98feeec 100644 --- a/archetypes/camel-archetype-spring-boot/pom.xml +++ b/archetypes/camel-archetype-spring-boot/pom.xml @@ -34,8 +34,8 @@ <packaging>maven-archetype</packaging> <properties> - <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 --> + <spring-boot-version>2.6.8</spring-boot-version> + <archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile> <!-- Needed to download camel-spring-boot snapshots --> </properties> <build> @@ -72,4 +72,4 @@ </testResources> </build> -</project> +</project> \ No newline at end of file diff --git a/pom.xml b/pom.xml index 35c5f00ebf9..51462907380 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.7</spring-boot-version> + <spring-boot-version>2.6.8</spring-boot-version> <!-- Camel target version --> <camel-version>3.14.4-SNAPSHOT</camel-version> @@ -876,4 +876,4 @@ </profile> </profiles> -</project> +</project> \ No newline at end of file
