This is an automated email from the ASF dual-hosted git repository.

Croway 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 8a0329e  Keep spring-boot versions aligned to CSB
8a0329e is described below

commit 8a0329ea66ed286b6eb27828114690b087695c9a
Author: Jiri Ondrusek <[email protected]>
AuthorDate: Tue Jul 14 11:01:17 2026 +0200

    Keep spring-boot versions aligned to CSB
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 27cab7d..9444d5a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -119,10 +119,10 @@
         <jspecify-version>1.0.0</jspecify-version>
 
         <!-- versions for camel-spring-boot -->
-        <spring-boot-version>4.0.4</spring-boot-version>
-        <springframework-version>7.0.6</springframework-version>
-        <spring-security-version>7.0.4</spring-security-version>
-        <spring-batch-version>6.0.3</spring-batch-version>
+        <spring-boot-version>4.1.0</spring-boot-version>
+        <springframework-version>7.0.8</springframework-version>
+        <spring-security-version>7.1.0</spring-security-version>
+        <spring-batch-version>6.0.4</spring-batch-version>
 
         <!-- Should be aligned to quarkus-updates - 
https://github.com/quarkusio/quarkus-updates/blob/main/pom.xml#L64 -->
         <rewrite-recipe-bom.version>3.31.0</rewrite-recipe-bom.version>

Reply via email to