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/11/02 07:16:57 UTC

[camel] branch main updated (3cb172f -> cb53e0d)

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 3cb172f  Sync deps and regen
     new 7e05516  Upgrade Spring-security to version 5.5.3
     new cb53e0d  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 main
in repository https://gitbox.apache.org/repos/asf/camel.git

commit cb53e0db5bd56d6a4d4de7b2daa48fbd6f6c726a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 2 08:15:57 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 9f17497..c9e9d1b 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -522,7 +522,7 @@
     <spring-integration-version>5.5.4</spring-integration-version>
     <spring-ldap-version>2.3.4.RELEASE</spring-ldap-version>
     <spring-rabbitmq-version>2.3.11</spring-rabbitmq-version>
-    <spring-security-version>5.5.2</spring-security-version>
+    <spring-security-version>5.5.3</spring-security-version>
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>
     <spring-ws-version>3.1.1</spring-ws-version>

[camel] 01/02: Upgrade Spring-security to version 5.5.3

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 7e05516acf4d2fcdbe141ab6e6f9d9ac9d436726
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Nov 2 08:12:52 2021 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 70627cd..14ae52a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -515,7 +515,7 @@
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.12</spring5-version>
         <spring-rabbitmq-version>2.3.11</spring-rabbitmq-version>
-        <spring-security-version>5.5.2</spring-security-version>
+        <spring-security-version>5.5.3</spring-security-version>
         <spring-ws-version>3.1.1</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.7</squareup-okhttp-version>