This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a commit to branch camel-spring-boot-4.4.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.4.x by
this push:
new fb928dec06e Upgrade to spring boot 3.2.4
fb928dec06e is described below
commit fb928dec06e70a76a65305110365f3a8ca66fd19
Author: Claus Ibsen <[email protected]>
AuthorDate: Mon Apr 15 07:07:11 2024 +0200
Upgrade to spring boot 3.2.4
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index dfcf6d2a026..f31396ec85c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
<compiler.fork>false</compiler.fork>
<!-- Spring-Boot target version -->
- <spring-boot-version>3.2.3</spring-boot-version>
+ <spring-boot-version>3.2.4</spring-boot-version>
<!-- Camel target version -->
<camel-version>4.4.2-SNAPSHOT</camel-version>
@@ -118,7 +118,7 @@
<arquillian-container-se-managed-version>1.0.2.Final</arquillian-container-se-managed-version>
<arquillian-version>1.7.0.Alpha10</arquillian-version>
<avro-version>1.11.0</avro-version>
- <groovy-version>4.0.13</groovy-version>
+ <groovy-version>4.0.21</groovy-version>
<graal-sdk-version>22.3.2</graal-sdk-version>
<jakarta-jaxb-version>4.0.0</jakarta-jaxb-version>
<jaxb-version>2.3.0</jaxb-version>
@@ -129,7 +129,7 @@
<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.7.10</cyclonedx-maven-plugin-version>
+ <cyclonedx-maven-plugin-version>2.7.10</cyclonedx-maven-plugin-version>
</properties>