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 2016/12/27 07:57:30 UTC

syncope git commit: Upgrading Spring and Spring Security

Repository: syncope
Updated Branches:
  refs/heads/1_2_X 9bc75f24f -> da9a7d35f


Upgrading Spring and Spring Security


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

Branch: refs/heads/1_2_X
Commit: da9a7d35f9f4f1b07fb535db15b8db88e14b6ff1
Parents: 9bc75f2
Author: Francesco Chicchiricc� <il...@apache.org>
Authored: Tue Dec 27 08:57:24 2016 +0100
Committer: Francesco Chicchiricc� <il...@apache.org>
Committed: Tue Dec 27 08:57:24 2016 +0100

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/da9a7d35/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3095168..a28eb22 100644
--- a/pom.xml
+++ b/pom.xml
@@ -344,8 +344,8 @@ under the License.
     <aspectj.version>1.8.9</aspectj.version>
 
     <cxf.version>3.0.12</cxf.version>	
-    <spring.version>4.0.9.RELEASE</spring.version>
-    <spring-security.version>3.2.9.RELEASE</spring-security.version>
+    <spring.version>4.2.9.RELEASE</spring.version>
+    <spring-security.version>3.2.10.RELEASE</spring-security.version>
     <jackson.version>2.4.6</jackson.version>
     <velocity.version>1.7</velocity.version>
     <velocitytools.version>2.0</velocitytools.version>