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

davsclaus pushed a commit to branch camel-spring-boot-3.14.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-3.14.x by 
this push:
     new 79f3a22b3b3 CAMEL-19374: camel-spring-boot - Upgrade to 2.6.15
79f3a22b3b3 is described below

commit 79f3a22b3b3c6219524976203ad1038efeb055be
Author: Claus Ibsen <claus.ib...@gmail.com>
AuthorDate: Sat May 20 10:11:25 2023 +0200

    CAMEL-19374: camel-spring-boot - Upgrade to 2.6.15
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0bab6d943fe..ac85d77996a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.6.13</spring-boot-version>
+        <spring-boot-version>2.6.15</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.14.8-SNAPSHOT</camel-version>
@@ -120,19 +120,19 @@
         <asciidoctorj-version>2.3.0</asciidoctorj-version>
         <avro-version>1.8.1</avro-version>
         
<glassfish-jaxb-runtime-version>${jakarta-jaxb-version}</glassfish-jaxb-runtime-version>
-        <groovy-version>3.0.6</groovy-version>
+        <groovy-version>3.0.17</groovy-version>
         <hadoop2-version>2.7.4</hadoop2-version>
         <jakarta-jaxb-version>2.3.2</jakarta-jaxb-version>
         <jaxb-version>2.3.0</jaxb-version>
-        <jetty9-version>9.4.32.v20200930</jetty9-version>
+        <jetty9-version>9.4.51.v20230217</jetty9-version>
         <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.2.0</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>3.0.0-M4</maven-surefire-plugin-version>
         <mycila-license-version>3.0</mycila-license-version>
-        <springdoc-version>1.5.12</springdoc-version>
+        <springdoc-version>1.5.13</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.0.28</swagger-parser-v3-version>
-        <undertow-version>2.2.0.Final</undertow-version>
+        <undertow-version>2.2.24.Final</undertow-version>
     </properties>
 
 

Reply via email to