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 7a0358f Upgrade to Spring Boot 2.4.5
7a0358f is described below
commit 7a0358f8403a005986bb3367c7a41cbc3ae25a9d
Author: Claus Ibsen <[email protected]>
AuthorDate: Tue May 11 12:20:06 2021 +0200
Upgrade to Spring Boot 2.4.5
---
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 6fc362c..99f1e61 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.4</spring-boot-version>
+ <spring-boot-version>2.4.5</spring-boot-version>
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
<!-- Needed to download camel-spring-boot snapshots -->
</properties>