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-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new dd6503b Update spring / spring-boot versions to 3.5.6 (#63)
dd6503b is described below
commit dd6503b1bc08745255f57b783e7a3ede06a14aa3
Author: Tom Cunningham <[email protected]>
AuthorDate: Wed Oct 1 14:13:18 2025 -0400
Update spring / spring-boot versions to 3.5.6 (#63)
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 94178af..04e3562 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,8 +109,8 @@
<camel-spring-boot-version>${project.version}</camel-spring-boot-version>
<!-- versions for camel-spring-boot -->
- <spring-boot-version>3.5.0</spring-boot-version>
- <springframework-version>6.2.7</springframework-version>
+ <spring-boot-version>3.5.6</spring-boot-version>
+ <springframework-version>6.2.11</springframework-version>
<rewrite-recipe-bom.version>3.9.0</rewrite-recipe-bom.version>