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/03/05 11:58:44 UTC

[camel] branch master updated: Upgrade Spring Security to version 5.3.0.RELEASE

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


The following commit(s) were added to refs/heads/master by this push:
     new 7e6b808  Upgrade Spring Security to version 5.3.0.RELEASE
7e6b808 is described below

commit 7e6b8086e280965ce7b9d3fd87305c459d732bf7
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 5 12:57:33 2020 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 7d5abf8..e61fa6c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -616,7 +616,7 @@
         <spring-version-range>[5,6)</spring-version-range>
         <spring-version>${spring5-version}</spring-version>
         <spring5-version>5.2.4.RELEASE</spring5-version>
-        <spring-security-version>5.2.2.RELEASE</spring-security-version>
+        <spring-security-version>5.3.0.RELEASE</spring-security-version>
         <spring-ws-version>3.0.7.RELEASE</spring-ws-version>
         <spring-ws-bundle-version>3.0.7.RELEASE_1</spring-ws-bundle-version>
         <spring-xml-bundle-version>3.0.7.RELEASE_1</spring-xml-bundle-version>