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/03/17 07:08:58 UTC

[camel] branch master updated (c496350 -> 41828e3)

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

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


    from c496350  Sync deps
     new 8b11455  Upgrade Spring to version 5.3.5
     new 41828e3  Sync deps

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] 02/02: Sync deps

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

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

commit 41828e3da9ce07fb51b2499d6e2a14fa3b8519fe
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 17 08:08:11 2021 +0100

    Sync deps
---
 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 5df74ea..c22cf68 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -533,7 +533,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>
     <spring-ws-version>3.0.10.RELEASE</spring-ws-version>
-    <spring5-version>5.3.4</spring5-version>
+    <spring5-version>5.3.5</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>


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

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

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

commit 8b11455e2bf82f13611a7efd6803c7ab428e6582
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Wed Mar 17 08:07:20 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 0e4b3ed..aa6b275 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -517,7 +517,7 @@
         <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
-        <spring5-version>5.3.4</spring5-version>
+        <spring5-version>5.3.5</spring5-version>
         <spring-rabbitmq-version>2.3.5</spring-rabbitmq-version>
         <spring-security-version>5.4.5</spring-security-version>
         <spring-ws-version>3.0.10.RELEASE</spring-ws-version>