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 2018/10/16 12:54:32 UTC

[3/3] syncope git commit: Upgrading Spring Security

Upgrading Spring Security


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/72a5941f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/72a5941f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/72a5941f

Branch: refs/heads/master
Commit: 72a5941f2f85f7d45dfc8145831e92b8661fb32e
Parents: c2ba360
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Oct 16 14:54:10 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Tue Oct 16 14:54:21 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/72a5941f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ef68dce..af14215 100644
--- a/pom.xml
+++ b/pom.xml
@@ -394,7 +394,7 @@ under the License.
     <jackson.version>2.9.7</jackson.version>
 
     <spring.version>5.1.1.RELEASE</spring.version>
-    <spring-security.version>5.1.0.RELEASE</spring-security.version>
+    <spring-security.version>5.1.1.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0</openjpa.version>
     <hikaricp.version>3.2.0</hikaricp.version>