This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 26b85eb CAMEL-17220: Upgrade to spring boot 2.6.0
26b85eb is described below
commit 26b85eb6b76247cd5d7c158fe03970e09d6dc593
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue Nov 23 14:18:49 2021 +0100
CAMEL-17220: Upgrade to spring boot 2.6.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 8c5d93d..727878f 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.7</spring-boot-version>
+ <spring-boot-version>2.6.0</spring-boot-version>
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
<!-- Needed to download camel-spring-boot snapshots -->
</properties>