Author: ilgrosso
Date: Thu Apr 10 15:28:30 2014
New Revision: 1586334
URL: http://svn.apache.org/r1586334
Log:
Upgrading Spring Security and H2
Modified:
syncope/branches/1_1_X/pom.xml
Modified: syncope/branches/1_1_X/pom.xml
URL:
http://svn.apache.org/viewvc/syncope/branches/1_1_X/pom.xml?rev=1586334&r1=1586333&r2=1586334&view=diff
==============================================================================
--- syncope/branches/1_1_X/pom.xml (original)
+++ syncope/branches/1_1_X/pom.xml Thu Apr 10 15:28:30 2014
@@ -322,7 +322,7 @@ under the License.
<cxf.version>2.7.10</cxf.version>
<spring.version>3.2.8.RELEASE</spring.version>
- <spring-security.version>3.1.4.RELEASE</spring-security.version>
+ <spring-security.version>3.1.6.RELEASE</spring-security.version>
<aspectj.version>1.7.4</aspectj.version>
<jackson.version>1.9.13</jackson.version>
<xstream.version>1.4.7</xstream.version>
@@ -340,7 +340,7 @@ under the License.
<groovy.version>2.2.2</groovy.version>
- <h2.version>1.3.175</h2.version>
+ <h2.version>1.3.176</h2.version>
<logback.version>1.1.1</logback.version>
<slf4j.version>1.7.6</slf4j.version>