You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2019/11/05 07:05:17 UTC

[syncope] branch 2_1_X updated: Upgrading spring-security

This is an automated email from the ASF dual-hosted git repository.

ilgrosso pushed a commit to branch 2_1_X
in repository https://gitbox.apache.org/repos/asf/syncope.git


The following commit(s) were added to refs/heads/2_1_X by this push:
     new c24170f  Upgrading spring-security
c24170f is described below

commit c24170f73bf9da096a664c75afb36d1fb364c7e8
Author: Francesco Chicchiriccò <il...@apache.org>
AuthorDate: Tue Nov 5 08:01:19 2019 +0100

    Upgrading spring-security
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index c8a1b33..de8fdd4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,7 +404,7 @@ under the License.
     <jackson.version>2.10.0</jackson.version>
 
     <spring.version>5.1.11.RELEASE</spring.version>
-    <spring-security.version>5.1.6.RELEASE</spring-security.version>
+    <spring-security.version>5.1.7.RELEASE</spring-security.version>
 
     <openjpa.version>3.1.0</openjpa.version>
     <hikaricp.version>3.4.1</hikaricp.version>