You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2021/12/16 10:20:24 UTC

[camel] branch main updated (d5e1b58 -> 7b56ca1)

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

acosentino pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from d5e1b58  Regen for commit 55db43a96b6b12f5fad18bf3178a1177eedeeebe
     new ea3cc7f  Upgrade Spring to version 5.3.14
     new 7b56ca1  Sync deps and regen

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:
 camel-dependencies/pom.xml | 2 +-
 parent/pom.xml             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

[camel] 01/02: Upgrade Spring to version 5.3.14

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit ea3cc7ffcbddeebc82ff12df1866076f44eb816a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 16 10:38:07 2021 +0100

    Upgrade Spring to version 5.3.14
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 0b52a49..d89af9c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -511,7 +511,7 @@
         <spring-ldap-version>2.3.4.RELEASE</spring-ldap-version>
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.3.13</spring5-version>
+        <spring5-version>5.3.14</spring5-version>
         <spring-rabbitmq-version>2.4.0</spring-rabbitmq-version>
         <spring-security-version>5.6.0</spring-security-version>
         <spring-ws-version>3.1.1</spring-ws-version>

[camel] 02/02: Sync deps and regen

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

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 7b56ca15d895fad68f1c8050d1943c76b2f302df
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Dec 16 11:19:18 2021 +0100

    Sync deps and regen
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 3e8bed5..678033d 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -524,7 +524,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>
     <spring-ws-version>3.1.1</spring-ws-version>
-    <spring5-version>5.3.13</spring5-version>
+    <spring5-version>5.3.14</spring5-version>
     <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
     <squareup-okhttp-version>3.14.7</squareup-okhttp-version>
     <squareup-okio-version>1.17.2</squareup-okio-version>