This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.8.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.8.x by
this push:
new 7055384b640 Upgrade to spring-boot 3.3.13 (#1453)
7055384b640 is described below
commit 7055384b640f4abfbcdb2fce040bd00de4a54d06
Author: Tom Cunningham <[email protected]>
AuthorDate: Fri Jun 20 01:47:00 2025 -0400
Upgrade to spring-boot 3.3.13 (#1453)
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 40feb0d5c78..ab262a67ee9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>3.3.12</spring-boot-version>
+ <spring-boot-version>3.3.13</spring-boot-version>
<!-- Camel target version -->
<camel-version>4.8.8-SNAPSHOT</camel-version>
@@ -130,9 +130,9 @@
<springdoc-version>2.2.0</springdoc-version>
<surefire.version>${maven-surefire-plugin-version}</surefire.version>
<swagger-parser-v3-version>2.1.10</swagger-parser-v3-version>
-
<cyclonedx-maven-plugin-version>2.8.1</cyclonedx-maven-plugin-version>
+ <cyclonedx-maven-plugin-version>2.8.2</cyclonedx-maven-plugin-version>
<wiremock-spring-boot-version>3.0.2</wiremock-spring-boot-version>
-
<spring-session-hazelcast-version>3.3.2</spring-session-hazelcast-version>
+
<spring-session-hazelcast-version>3.3.7</spring-session-hazelcast-version>
</properties>