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 da954ec514f Upgrade spring-boot version to 3.5.9 (#1602)
da954ec514f is described below
commit da954ec514f54fa75edfdb138ef72b2d44d7cbbb
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Dec 18 07:18:11 2025 -0500
Upgrade spring-boot version to 3.5.9 (#1602)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4332d516b8f..04b3339f093 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.8</spring-boot-version>
+ <spring-boot-version>3.5.9</spring-boot-version>
<!-- Camel target version -->
<camel-version>4.14.3-SNAPSHOT</camel-version>