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 5346027ba81 Upgrade SB 3.5.3
5346027ba81 is described below

commit 5346027ba81bc834214334742b29ff61137fae92
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat Jun 21 07:35:09 2025 +0200

    Upgrade SB 3.5.3
---
 pom.xml                                        | 2 +-
 tooling/camel-spring-boot-dependencies/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index daf2242119c..33770a2efac 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.0</spring-boot-version>
+        <spring-boot-version>3.5.3</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.13.0-SNAPSHOT</camel-version>
diff --git a/tooling/camel-spring-boot-dependencies/pom.xml 
b/tooling/camel-spring-boot-dependencies/pom.xml
index ef6bbe8e8d5..7489a38bb1a 100644
--- a/tooling/camel-spring-boot-dependencies/pom.xml
+++ b/tooling/camel-spring-boot-dependencies/pom.xml
@@ -4678,7 +4678,7 @@
       <dependency>
         <groupId>org.xmlunit</groupId>
         <artifactId>xmlunit-assertj3</artifactId>
-        <version>2.10.2</version>
+        <version>2.10.3</version>
       </dependency>
     </dependencies>
   </dependencyManagement>

Reply via email to