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 2022/10/20 10:54:49 UTC

[camel] branch main updated (3d1082cdbff -> 88e50254006)

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 3d1082cdbff CAMEL-18622: camel-yaml-dsl - Add support for camel.yaml/camelk.yaml file extension
     new 1ee5ea63806 Upgrade Spring Security to version 5.7.4
     new 88e50254006 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 88e50254006303e6e629780ed4aa84e15e95ee97
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 20 12:53:44 2022 +0200

    Sync deps
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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 a4562447eba..bbe0be03342 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -510,7 +510,7 @@
     <spring-integration-version>5.5.15</spring-integration-version>
     <spring-ldap-version>2.4.1</spring-ldap-version>
     <spring-rabbitmq-version>2.4.7</spring-rabbitmq-version>
-    <spring-security-version>5.7.3</spring-security-version>
+    <spring-security-version>5.7.4</spring-security-version>
     <spring-vault-core-version>2.3.2</spring-vault-core-version>
     <spring-version>${spring5-version}</spring-version>
     <spring-version-range>[5,6)</spring-version-range>


[camel] 01/02: Upgrade Spring Security to version 5.7.4

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 1ee5ea63806965d17d9656521c5b7726c6995523
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Oct 20 12:52:35 2022 +0200

    Upgrade Spring Security to version 5.7.4
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 449e0cd1ba0..5135dabf87f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -502,7 +502,7 @@
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.23</spring5-version>
         <spring-rabbitmq-version>2.4.7</spring-rabbitmq-version>
-        <spring-security-version>5.7.3</spring-security-version>
+        <spring-security-version>5.7.4</spring-security-version>
         <spring-ws-version>3.1.3</spring-ws-version>
         <sql-maven-plugin-version>1.5</sql-maven-plugin-version>
         <squareup-okhttp-version>3.14.9</squareup-okhttp-version>