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/10/09 06:46:18 UTC

[camel] branch master updated (c9602f9 -> 1a8edb3)

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 c9602f9  Regen and sync properties
     new a44eeb6  Upgrade Spring-security to version 5.3.5.RELEASE
     new 1a8edb3  Sync Properties

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-security to version 5.3.5.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 a44eeb6ab5dc162e1cbe418aad0236c89f87ec7d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 9 08:27:40 2020 +0200

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f94d2f9..a77d8b3 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -519,7 +519,7 @@
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.2.9.RELEASE</spring5-version>
-        <spring-security-version>5.3.4.RELEASE</spring-security-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>
         <squareup-okhttp-version>3.14.7</squareup-okhttp-version>


[camel] 02/02: Sync Properties

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 1a8edb3e31cff53ece4ee6ce9430ec7f57e7ce19
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Oct 9 08:28:26 2020 +0200

    Sync Properties
---
 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 5c4fb99..225528c 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -529,7 +529,7 @@
     <spring-data-redis-version>2.3.0.RELEASE</spring-data-redis-version>
     <spring-integration-version>5.3.0.RELEASE</spring-integration-version>
     <spring-ldap-version>2.3.3.RELEASE</spring-ldap-version>
-    <spring-security-version>5.3.4.RELEASE</spring-security-version>
+    <spring-security-version>5.3.5.RELEASE</spring-security-version>
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>
     <spring-ws-version>3.0.9.RELEASE</spring-ws-version>