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/07/23 15:25:41 UTC

[3/6] syncope git commit: Upgrading Spring Security and Izpack

Upgrading Spring Security and Izpack


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

Branch: refs/heads/SYNCOPE-652
Commit: 7fba1ed4b819b89a6ce4434352f0be872746509b
Parents: 660b0ce
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Thu Jul 23 15:07:31 2015 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Thu Jul 23 15:07:31 2015 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/7fba1ed4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index ce2aa22..274ca26 100644
--- a/pom.xml
+++ b/pom.xml
@@ -345,7 +345,7 @@ under the License.
 
     <cxf.version>3.0.5</cxf.version>	
     <spring.version>4.0.9.RELEASE</spring.version>
-    <spring-security.version>3.2.7.RELEASE</spring-security.version>
+    <spring-security.version>3.2.8.RELEASE</spring-security.version>
     <jackson.version>2.4.6</jackson.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>
@@ -384,7 +384,7 @@ under the License.
     <highlightjs.version>8.0</highlightjs.version>
     <codemirror.version>3.23</codemirror.version>
 
-    <izpack.version>5.0.0</izpack.version>
+    <izpack.version>5.0.1</izpack.version>
     <maven-invoker.version>2.1.1</maven-invoker.version>
     
     <jdeb.version>1.4</jdeb.version>