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/01/11 10:16:00 UTC

[camel] branch main updated: Upgrade Spring-Security to version 5.6.1

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


The following commit(s) were added to refs/heads/main by this push:
     new 854f6b9  Upgrade Spring-Security to version 5.6.1
854f6b9 is described below

commit 854f6b984ade2dcc19a87d406d5334981b6a576a
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 11 11:12:41 2022 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index f7b805c..c7b2507 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -510,7 +510,7 @@
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.3.14</spring5-version>
         <spring-rabbitmq-version>2.4.1</spring-rabbitmq-version>
-        <spring-security-version>5.6.0</spring-security-version>
+        <spring-security-version>5.6.1</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>