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 2015/10/31 15:18:11 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/8450ec32
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/8450ec32
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/8450ec32

Branch: refs/heads/master
Commit: 8450ec32c306fb2514ca6e4adb0e1dafb7f925fb
Parents: 214a374
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Sat Oct 31 15:07:44 2015 +0100
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Sat Oct 31 15:07:44 2015 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/8450ec32/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 65dd922..f23439d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ under the License.
 
     <cxf.version>3.0.7-SNAPSHOT</cxf.version>	
     <spring.version>4.0.9.RELEASE</spring.version>
-    <spring-security.version>3.2.8.RELEASE</spring-security.version>
+    <spring-security.version>3.2.9.RELEASE</spring-security.version>
     <jackson.version>2.4.6</jackson.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>