This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/camel-spring-boot-3.11.x by
this push:
new e9fbaba CAMEL-17522: Upgrade to spring boot 2.5.9
e9fbaba is described below
commit e9fbabab07480967138ce820d9f29f2d61b216cd
Author: Claus Ibsen <[email protected]>
AuthorDate: Sun Jan 23 10:52:00 2022 +0100
CAMEL-17522: Upgrade to spring boot 2.5.9
---
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 1722a71..ac004b7 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.8</spring-boot-version>
+ <spring-boot-version>2.5.9</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 9dcd900..5d7c69c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>2.5.8</spring-boot-version>
+ <spring-boot-version>2.5.9</spring-boot-version>
<!-- Camel target version -->
<camel-version>3.11.6-SNAPSHOT</camel-version>