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 2022/12/27 05:53:08 UTC

[camel-spring-boot] branch camel-spring-boot-3.18.x updated (f82f5883072 -> 561c2232f28)

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

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


    from f82f5883072 Update spring-boot.adoc (#686)
     new b923b23ae11 Upgrade to xerces 2.12.2
     new 561c2232f28 Upgrade to spring boot 2.7.7

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 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


[camel-spring-boot] 02/02: Upgrade to spring boot 2.7.7

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.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit 561c2232f28c1d7966b0ce591cb89185ada1796e
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 27 06:43:41 2022 +0100

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

diff --git a/pom.xml b/pom.xml
index 34428a4f446..0a799e53ec9 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.6</spring-boot-version>
+        <spring-boot-version>2.7.7</spring-boot-version>
 
         <!-- Camel target version -->
         <camel-version>3.18.5-SNAPSHOT</camel-version>


[camel-spring-boot] 01/02: Upgrade to xerces 2.12.2

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.18.x
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git

commit b923b23ae11c993723d1fd3600ac89e697648322
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Dec 27 06:32:56 2022 +0100

    Upgrade to xerces 2.12.2
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 65a66784104..34428a4f446 100644
--- a/pom.xml
+++ b/pom.xml
@@ -635,7 +635,7 @@
                                 <dependency>
                                     <groupId>xerces</groupId>
                                     <artifactId>xercesImpl</artifactId>
-                                    <version>2.11.0</version>
+                                    <version>2.12.2</version>
                                 </dependency>
                                 <dependency>
                                     <groupId>ant-contrib</groupId>