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 2023/10/20 14:24:11 UTC

[camel-spring-boot] branch camel-spring-boot-3.21.x updated (9d6a1b1d2a9 -> 7e8b1dc27a2)

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

davsclaus pushed a change to branch camel-spring-boot-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git


    from 9d6a1b1d2a9 Regen
     new 6041bedacd1 Remove undertow-version; use version from camel-parent (#981)
     new 7e8b1dc27a2 Upgrade to spring-boot 2.7.17 (#977)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


[camel-spring-boot] 02/02: Upgrade to spring-boot 2.7.17 (#977)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 7e8b1dc27a29f9f347ae68792535e37936a224df
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Oct 20 10:22:57 2023 -0400

    Upgrade to spring-boot 2.7.17 (#977)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5fca3adb3e6..307533cb21d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -108,7 +108,7 @@
         <compiler.fork>false</compiler.fork>
 
         <!-- Spring-Boot target version -->
-        <spring-boot-version>2.7.16</spring-boot-version>
+        <spring-boot-version>2.7.17</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.21.2-SNAPSHOT</camel-version>


[camel-spring-boot] 01/02: Remove undertow-version; use version from camel-parent (#981)

Posted by da...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

davsclaus pushed a commit to branch camel-spring-boot-3.21.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 6041bedacd19d98ccee32e06c804ff226b6e803a
Author: Tom Cunningham <tc...@redhat.com>
AuthorDate: Fri Oct 20 10:22:45 2023 -0400

    Remove undertow-version; use version from camel-parent (#981)
---
 pom.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 7c3aba3ce52..5fca3adb3e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,6 @@
         <springdoc-version>1.6.6</springdoc-version>
         <surefire.version>${maven-surefire-plugin-version}</surefire.version>
         <swagger-parser-v3-version>2.0.31</swagger-parser-v3-version>
-        <undertow-version>2.2.16.Final</undertow-version>
     </properties>