This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new 07d4b15 Upgrade to spring boot 2.4.3
07d4b15 is described below
commit 07d4b153ff00a939c0f285edc4abf56e6a0f757b
Author: Claus Ibsen <[email protected]>
AuthorDate: Wed Mar 3 06:50:45 2021 +0100
Upgrade to spring boot 2.4.3
---
archetypes/camel-archetype-spring-boot/pom.xml | 2 +-
pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/archetypes/camel-archetype-spring-boot/pom.xml
b/archetypes/camel-archetype-spring-boot/pom.xml
index 9880b77..5eebd12 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.2</spring-boot-version>
+ <spring-boot-version>2.4.3</spring-boot-version>
<archetype.test.settingsFile>src/test/resources/settings.xml</archetype.test.settingsFile>
<!-- Needed to download camel-spring-boot snapshots -->
</properties>
diff --git a/pom.xml b/pom.xml
index d8befd1..69a8b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>2.4.2</spring-boot-version>
+ <spring-boot-version>2.4.3</spring-boot-version>
<!-- Camel target version -->
<camel-version>3.9.0-SNAPSHOT</camel-version>