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/02/21 12:10:15 UTC

[2/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/887546b8
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/887546b8
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/887546b8

Branch: refs/heads/master
Commit: 887546b82da5b8c0f7ae8a87f03eee74147efb0d
Parents: 0ee44d8
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Tue Feb 20 15:35:34 2018 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Wed Feb 21 13:09:49 2018 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/887546b8/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 368a315..a04c731 100644
--- a/pom.xml
+++ b/pom.xml
@@ -370,7 +370,7 @@ under the License.
     <jackson.version>2.9.4</jackson.version>
 
     <spring.version>5.0.4.RELEASE</spring.version>
-    <spring-security.version>5.0.1.RELEASE</spring-security.version>
+    <spring-security.version>5.0.2.RELEASE</spring-security.version>
 
     <openjpa.version>3.0.0-SNAPSHOT</openjpa.version>
     <hikaricp.version>2.7.7</hikaricp.version>