You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2024/04/18 19:00:03 UTC

(camel-spring-boot) branch camel-spring-boot-4.0.x updated: CAMEL-20690: camel-spring-boot - Upgrade to SB 3.1.11

This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-4.0.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.0.x by this push:
     new d611080a6b9 CAMEL-20690: camel-spring-boot - Upgrade to SB 3.1.11
d611080a6b9 is described below

commit d611080a6b92829fc6cc4aca08a67c1b4e41ee4e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Thu Apr 18 20:59:53 2024 +0200

    CAMEL-20690: camel-spring-boot - Upgrade to SB 3.1.11
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 10f558b3c16..d690eecec77 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>3.1.10</spring-boot-version>
+        <spring-boot-version>3.1.11</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>4.0.5-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.17</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>