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 0a04075 CAMEL-17123 Upgrade to Spring Boot 2.5.6
0a04075 is described below
commit 0a040759388eccbb06f8a02c59ad3ff42e76aeac
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Oct 25 20:57:59 2021 +0200
CAMEL-17123 Upgrade to Spring Boot 2.5.6
---
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 220a1be..d74f12b 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.5</spring-boot-version>
+ <spring-boot-version>2.5.6</spring-boot-version>
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
<!-- Needed to download camel-spring-boot snapshots -->
</properties>