diff --git a/acl/pom.xml b/acl/pom.xml index 909a932af1..252d3d4268 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-acl - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-acl spring-security-acl http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -150,19 +150,19 @@ org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-context-support - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index 1475bc0edd..1b81b71c9e 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-aspects - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-aspects spring-security-aspects http://spring.io/spring-security @@ -52,25 +52,25 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -132,13 +132,13 @@ org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/build.gradle b/build.gradle index 7da4f42987..11ecaf5f24 100644 --- a/build.gradle +++ b/build.gradle @@ -26,8 +26,8 @@ allprojects { ext.releaseBuild = version.endsWith('RELEASE') ext.snapshotBuild = version.endsWith('SNAPSHOT') - ext.springVersion = '3.2.8.RELEASE' - ext.spring4Version = '4.0.2.RELEASE' + ext.springVersion = '3.2.13.RELEASE' + ext.spring4Version = '4.1.6.RELEASE' ext.springLdapVersion = '1.3.2.RELEASE' ext.springLdap2Version = '2.0.1.RELEASE' diff --git a/cas/pom.xml b/cas/pom.xml index 365abbd38e..796462e008 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-cas - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-cas spring-security-cas http://spring.io/spring-security @@ -52,37 +52,37 @@ org.jasig.cas.client cas-client-core - 3.2.1 + 3.3.3 compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -94,7 +94,7 @@ org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index de7969ae17..0f0a85e906 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-config spring-security-config http://spring.io/spring-security @@ -58,31 +58,31 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -105,52 +105,59 @@ compile true + + org.springframework.security + spring-security-aspects + 3.2.7.CI-SNAPSHOT + compile + true + org.springframework.security spring-security-ldap - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile true org.springframework.security spring-security-openid - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile true org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile true org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile true org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile true org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile true org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile true @@ -289,7 +296,7 @@ org.powermock powermock-api-mockito - 1.5.1 + 1.6.1 test @@ -301,31 +308,31 @@ org.powermock powermock-api-support - 1.5.1 + 1.6.1 test org.powermock powermock-core - 1.5.1 + 1.6.1 test org.powermock powermock-module-junit4 - 1.5.1 + 1.6.1 test org.powermock powermock-module-junit4-common - 1.5.1 + 1.6.1 test org.powermock powermock-reflect - 1.5.1 + 1.6.1 test @@ -379,25 +386,25 @@ org.springframework.security spring-security-cas - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework spring-expression - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-orm - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index 018728ee4b..94e170172b 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-core spring-security-core http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-expression - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -122,14 +122,14 @@ org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile true org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile true @@ -196,7 +196,7 @@ org.powermock powermock-api-mockito - 1.5.1 + 1.6.1 test @@ -208,7 +208,7 @@ org.powermock powermock-api-support - 1.5.1 + 1.6.1 test @@ -220,7 +220,7 @@ org.powermock powermock-core - 1.5.1 + 1.6.1 test @@ -232,7 +232,7 @@ org.powermock powermock-module-junit4 - 1.5.1 + 1.6.1 test @@ -244,7 +244,7 @@ org.powermock powermock-module-junit4-common - 1.5.1 + 1.6.1 test @@ -256,7 +256,7 @@ org.powermock powermock-reflect - 1.5.1 + 1.6.1 test @@ -280,7 +280,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java index 9dee8ee49b..c81bb88921 100644 --- a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java +++ b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java @@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion { */ public static final long SERIAL_VERSION_UID = 320L; - static final String MIN_SPRING_VERSION = "3.2.8.RELEASE"; + static final String MIN_SPRING_VERSION = "3.2.13.RELEASE"; static { performVersionChecks(); diff --git a/crypto/pom.xml b/crypto/pom.xml index 621df7b75e..d350e471c4 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-crypto - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-crypto spring-security-crypto http://spring.io/spring-security @@ -89,7 +89,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/itest/context/pom.xml b/itest/context/pom.xml index d34d2f8bdf..a439c82385 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security itest-context - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT itest-context itest-context http://spring.io/spring-security @@ -64,43 +64,31 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -155,25 +143,25 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 76feb1371d..8e47fc17ac 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security itest-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT itest-web itest-web http://spring.io/spring-security @@ -52,25 +52,13 @@ org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -171,49 +159,49 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework.security spring-security-ldap - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT test org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index 61c4f7b74c..2c13f083e2 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-ldap - 3.2.5.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-ldap spring-security-ldap http://spring.io/spring-security @@ -76,25 +76,25 @@ org.springframework.security spring-security-core - 3.2.5.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -106,7 +106,7 @@ org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index b223b4bc55..f9cc5f4993 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-openid - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-openid spring-security-openid http://spring.io/spring-security @@ -70,37 +70,37 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -112,7 +112,7 @@ org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -173,7 +173,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index 4ffd994a58..ddd0e70c90 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-remoting - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-remoting spring-security-remoting http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -131,7 +131,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml index ac9430d1d0..1c5737b0ae 100644 --- a/samples/aspectj-jc/pom.xml +++ b/samples/aspectj-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-jc - 4.0.0.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-samples-aspectj-jc spring-security-samples-aspectj-jc http://spring.io/spring-security @@ -52,27 +52,15 @@ org.springframework.security spring-security-config - 4.0.0.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 4.0.0.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 4.1.0.BUILD-SNAPSHOT - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -90,7 +78,7 @@ org.springframework.security spring-security-aspects - 4.0.0.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -126,7 +114,7 @@ org.springframework spring-test - 4.1.0.BUILD-SNAPSHOT + 3.2.13.RELEASE test diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index c9338770c8..0c0f31f297 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-aspectj-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-samples-aspectj-xml spring-security-samples-aspectj-xml http://spring.io/spring-security @@ -52,21 +52,9 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -84,13 +72,13 @@ org.springframework.security spring-security-aspects - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -126,7 +114,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 4441b2a24f..840bd2ebf9 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-cassample-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-cassample-xml spring-security-samples-cassample-xml @@ -60,33 +60,21 @@ org.jasig.cas.client cas-client-core - 3.1.12 + 3.3.3 compile org.springframework.security spring-security-cas - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -121,13 +109,13 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index ecdb7d97c4..afc38a08aa 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-casserver - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-casserver spring-security-samples-casserver @@ -57,18 +57,6 @@ - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -109,7 +97,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index 41180f2ffa..0814fc0486 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-concurrency-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-concurrency-jc spring-security-samples-concurrency-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index ca72874388..b50087976e 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-contacts-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-contacts-xml spring-security-samples-contacts-xml @@ -60,67 +60,55 @@ org.springframework.security spring-security-acl - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -175,25 +163,25 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.8.RELEASE + 3.2.13.RELEASE runtime @@ -217,7 +205,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index de51b77025..bb9fa2cb3c 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-dms-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-samples-dms-xml spring-security-samples-dms-xml http://spring.io/spring-security @@ -52,43 +52,31 @@ org.springframework.security spring-security-acl - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -114,13 +102,13 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.8.RELEASE + 3.2.13.RELEASE runtime @@ -156,13 +144,13 @@ org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE test org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index 954845fdd3..cbfb391496 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-form-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-form-jc spring-security-samples-form-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 6a3ae2dc91..9160c5af43 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-gae-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-gae-xml spring-security-samples-gae-xml @@ -84,55 +84,43 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context-support - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -163,13 +151,13 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -217,7 +205,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index 03c64da67c..d17ed97572 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellojs-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-hellojs-jc spring-security-samples-hellojs-jc @@ -108,49 +108,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -217,7 +205,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index 2281b97e21..38283fa454 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-hellomvc-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-hellomvc-jc spring-security-samples-hellomvc-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index 6f567bd718..94b8f49147 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-helloworld-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-helloworld-jc spring-security-samples-helloworld-jc @@ -78,27 +78,15 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -145,7 +133,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index defee9bb96..a5a535d7c9 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-inmemory-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-inmemory-jc spring-security-samples-inmemory-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index ebcc7a9553..78a4729a2c 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecure - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-insecure spring-security-samples-insecure @@ -75,18 +75,6 @@ 1.7.5 compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -133,7 +121,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index 2db5a8de91..a767135586 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-insecuremvc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-insecuremvc spring-security-samples-insecuremvc @@ -102,31 +102,19 @@ org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -193,7 +181,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 1d75bcf20e..0fdd404b11 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-jaas-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-jaas-xml spring-security-samples-jaas-xml @@ -60,37 +60,25 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -133,25 +121,25 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.8.RELEASE + 3.2.13.RELEASE runtime @@ -175,7 +163,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index 6830a83cce..e6ab674f7a 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-jdbc-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-jdbc-jc spring-security-samples-jdbc-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index 16d6f0c664..75289c1b02 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-ldap-jc spring-security-samples-ldap-jc @@ -138,55 +138,43 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-ldap - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -253,7 +241,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index ff75cde4f4..31d98b33bb 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-ldap-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-ldap-xml spring-security-samples-ldap-xml @@ -57,18 +57,6 @@ - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -127,19 +115,19 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-ldap - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -163,7 +151,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index b621fb2782..f0118ecc11 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-samples-messages-jc spring-security-samples-messages-jc http://spring.io/spring-security @@ -100,79 +100,67 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-aspects - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - - - org.springframework - spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-instrument - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-orm - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -233,7 +221,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index 444e5bde33..031a106058 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-openid-jc spring-security-samples-openid-jc @@ -102,55 +102,43 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-openid - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -223,7 +211,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 9fb1dc96ed..0983c14311 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-openid-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-openid-xml spring-security-samples-openid-xml @@ -60,27 +60,15 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-openid - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -121,13 +109,13 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -151,7 +139,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index 147c0b9226..ea0ddc3ef1 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-preauth-jc spring-security-samples-preauth-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index aa9f36ac8f..0a10082dc5 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-preauth-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-preauth-xml spring-security-samples-preauth-xml @@ -57,18 +57,6 @@ - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - commons-logging commons-logging @@ -91,13 +79,13 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -121,7 +109,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index a5b01560ac..296f7920b1 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-rememberme-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-rememberme-jc spring-security-samples-rememberme-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 5fdfd66794..2739466cb3 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-servletapi-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-servletapi-xml spring-security-samples-servletapi-xml @@ -66,49 +66,37 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -145,19 +133,19 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework spring-context-support - 3.2.8.RELEASE + 3.2.13.RELEASE runtime @@ -181,7 +169,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index 5889907bc7..217137ffe8 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-tutorial-xml - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-tutorial-xml spring-security-samples-tutorial-xml @@ -66,37 +66,25 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -145,19 +133,19 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT runtime @@ -181,7 +169,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 9d81b0e7f5..bf617da448 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-samples-x509-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT war spring-security-samples-x509-jc spring-security-samples-x509-jc @@ -102,49 +102,37 @@ org.springframework.security spring-security-config - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-samples-messages-jc - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile - - org.springframework - spring-core - 3.2.8.RELEASE - compile - - - commons-logging - commons-logging - - - org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -211,7 +199,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index a2e77ba7b9..e9d817c0b7 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-taglibs - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-taglibs spring-security-taglibs http://spring.io/spring-security @@ -52,43 +52,43 @@ org.springframework.security spring-security-acl - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-aop - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -100,13 +100,13 @@ org.springframework spring-expression - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -197,7 +197,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index e3adfd5b9f..397f6bb4e7 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -4,7 +4,7 @@ 4.0.0 org.springframework.security spring-security-web - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT spring-security-web spring-security-web http://spring.io/spring-security @@ -58,25 +58,25 @@ org.springframework.security spring-security-core - 3.2.4.CI-SNAPSHOT + 3.2.7.CI-SNAPSHOT compile org.springframework spring-beans - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-context - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-core - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-expression - 3.2.8.RELEASE + 3.2.13.RELEASE compile org.springframework spring-web - 3.2.8.RELEASE + 3.2.13.RELEASE compile @@ -107,21 +107,21 @@ org.springframework spring-jdbc - 3.2.8.RELEASE + 3.2.13.RELEASE compile true org.springframework spring-tx - 3.2.8.RELEASE + 3.2.13.RELEASE compile true org.springframework spring-webmvc - 3.2.8.RELEASE + 3.2.13.RELEASE compile true @@ -176,7 +176,7 @@ org.powermock powermock-api-mockito - 1.5.1 + 1.6.1 test @@ -188,31 +188,31 @@ org.powermock powermock-api-support - 1.5.1 + 1.6.1 test org.powermock powermock-core - 1.5.1 + 1.6.1 test org.powermock powermock-module-junit4 - 1.5.1 + 1.6.1 test org.powermock powermock-module-junit4-common - 1.5.1 + 1.6.1 test org.powermock powermock-reflect - 1.5.1 + 1.6.1 test @@ -248,7 +248,7 @@ org.springframework spring-test - 3.2.8.RELEASE + 3.2.13.RELEASE test