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 cb12944367c Upgrade to spring-boot 3.5.8 (#1577)
cb12944367c is described below
commit cb12944367c83e5b784d1415e82edf95b3e7b3a4
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Nov 20 11:00:44 2025 -0500
Upgrade to spring-boot 3.5.8 (#1577)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a237c1e16d6..4332d516b8f 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.7</spring-boot-version>
+ <spring-boot-version>3.5.8</spring-boot-version>
<!-- Camel target version -->
<camel-version>4.14.3-SNAPSHOT</camel-version>