This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/main by this push:
new 71d09c68912 Remove spring-boot-version; inherited from
camel-dependencies (#1525)
71d09c68912 is described below
commit 71d09c68912f21c301519bbf0cfb9a325163ec10
Author: Tom Cunningham <[email protected]>
AuthorDate: Thu Oct 2 12:32:25 2025 -0400
Remove spring-boot-version; inherited from camel-dependencies (#1525)
---
pom.xml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c9e6a4453ca..2985dbbf514 100644
--- a/pom.xml
+++ b/pom.xml
@@ -107,8 +107,7 @@
<jdk.version>17</jdk.version>
<compiler.fork>false</compiler.fork>
- <!-- Spring-Boot target version -->
- <spring-boot-version>3.5.6</spring-boot-version>
+ <!-- spring-boot-version is now maintained in camel/parent/pom.xml
https://github.com/apache/camel/blob/main/parent/pom.xml#L484 -->
<!-- Camel target version -->
<camel-version>4.15.0-SNAPSHOT</camel-version>