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 2020/11/02 05:58:07 UTC

[camel] branch master updated (550bd42 -> a237dea)

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 550bd42  Sync deps
     new ce3a8b9  Upgrade Spring to version 5.2.10.RELEASE
     new a237dea  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 a237dea5e5ab6b7fc6830dfd339bcfaf1237e2b2
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 06:50:37 2020 +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 b48ba9a..ce602ba 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -536,7 +536,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>
     <spring-ws-version>3.0.9.RELEASE</spring-ws-version>
-    <spring5-version>5.2.9.RELEASE</spring5-version>
+    <spring5-version>5.2.10.RELEASE</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.2.10.RELEASE

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 ce3a8b92241442ad2fa51dc0cca5ff42ccbd9b14
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Nov 2 06:49:51 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 8adb150..39c31bc 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -521,7 +521,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.2.9.RELEASE</spring5-version>
+        <spring5-version>5.2.10.RELEASE</spring5-version>
         <spring-security-version>5.3.5.RELEASE</spring-security-version>
         <spring-ws-version>3.0.9.RELEASE</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>