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 2019/01/15 10:34:24 UTC

[camel] branch master updated: Upgrade Spring Security to version 5.1.3.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 8bc6f17  Upgrade Spring Security to version 5.1.3.RELEASE
8bc6f17 is described below

commit 8bc6f17cd92e46c7fefcde44748c2263d2ae5dfb
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 15 11:33:34 2019 +0100

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

diff --git a/parent/pom.xml b/parent/pom.xml
index 34f76cf..19512ec 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -644,7 +644,7 @@
     <spring-version>${spring5-version}</spring-version>
     <spring5-version>5.1.4.RELEASE</spring5-version>
     <spring-osgi-version>1.2.1</spring-osgi-version>
-    <spring-security-version>5.0.8.RELEASE</spring-security-version>
+    <spring-security-version>5.1.3.RELEASE</spring-security-version>
     <spring-security-bundle-version>5.0.4.RELEASE_1</spring-security-bundle-version>
     <spring-ws-bundle-version>2.4.2.RELEASE_1</spring-ws-bundle-version>
     <spring-xml-bundle-version>2.4.2.RELEASE_1</spring-xml-bundle-version>