This is an automated email from the ASF dual-hosted git repository.
jiriondrusek 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 306ccc5 Update spring / spring-boot versions to 3.5.10
306ccc5 is described below
commit 306ccc52ffcd3170fe93d38b96988cdf65a48f6c
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Mon Feb 16 15:48:08 2026 +0100
Update spring / spring-boot versions to 3.5.10
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 3639313..662485d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -114,8 +114,8 @@
<tahu-version>1.0.18</tahu-version>
<!-- versions for camel-spring-boot -->
- <spring-boot-version>3.5.6</spring-boot-version>
- <springframework-version>6.2.11</springframework-version>
+ <spring-boot-version>3.5.10</spring-boot-version>
+ <springframework-version>6.2.15</springframework-version>
<rewrite-recipe-bom.version>3.15.0</rewrite-recipe-bom.version>