This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.14.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-4.14.x by
this push:
new 8129001c089 Upgrade to spring-boot 3.5.7 (#1548)
8129001c089 is described below
commit 8129001c089662a3ef93ff9bbbbda4aed190b4a5
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Oct 23 14:36:16 2025 -0400
Upgrade to spring-boot 3.5.7 (#1548)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 87c70584a4e..ea8ddb2c2e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>3.5.6</spring-boot-version>
+ <spring-boot-version>3.5.7</spring-boot-version>
<!-- Camel target version -->
<camel-version>4.14.2-SNAPSHOT</camel-version>