This is an automated email from the ASF dual-hosted git repository.
Croway pushed a commit to branch camel-4.18.x
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-4.18.x by this push:
new 670cfcb3b99c Align to the latest Spring Boot 3.5.16
670cfcb3b99c is described below
commit 670cfcb3b99c48f45905519c170700afa6809948
Author: Croway <[email protected]>
AuthorDate: Thu Jun 25 15:47:37 2026 +0200
Align to the latest Spring Boot 3.5.16
---
parent/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/parent/pom.xml b/parent/pom.xml
index 38e93fab54f3..4db7ba00f592 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -511,8 +511,8 @@
<spring-ai-version>1.1.2</spring-ai-version>
<spring-cloud-config-version>4.3.0</spring-cloud-config-version>
<spring-batch-version>5.2.6</spring-batch-version>
- <spring-boot-version>3.5.15</spring-boot-version>
- <spring-data-redis-version>3.5.12</spring-data-redis-version>
+ <spring-boot-version>3.5.16</spring-boot-version>
+ <spring-data-redis-version>3.5.13</spring-data-redis-version>
<spring-ldap-version>3.3.8</spring-ldap-version>
<spring-vault-core-version>3.2.0</spring-vault-core-version>
<spring-version>6.2.19</spring-version>