Repository: syncope Updated Branches: refs/heads/1_2_X 660b0ce88 -> 7fba1ed4b refs/heads/SYNCOPE-652 d1bd87ad9 -> eef584ac3 refs/heads/master ce8d4edec -> e7d354483
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/1_2_X Commit: 7fba1ed4b819b89a6ce4434352f0be872746509b Parents: 660b0ce Author: Francesco Chicchiriccò <[email protected]> Authored: Thu Jul 23 15:07:31 2015 +0200 Committer: Francesco Chicchiriccò <[email protected]> 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>
