This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push:
new 453b74c Aligned Spring boot archetype to 2.3.2.RELEASE
453b74c is described below
commit 453b74c01f471d99d6f515593e4731c8aa0b9a6a
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Jul 27 14:28:52 2020 +0200
Aligned Spring boot archetype to 2.3.2.RELEASE
---
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 192f9d1..33a0530 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.3.0.RELEASE</spring-boot-version>
+ <spring-boot-version>2.3.2.RELEASE</spring-boot-version>
</properties>
<build>