From 3d2f23602f005536fd9c3a7dc6dc28f48e69df29 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Sat, 31 Aug 2013 11:25:28 -0500 Subject: [PATCH] SEC-2294: Update Spring Version to 3.2.4.RELEASE --- acl/pom.xml | 16 +++++----- aspects/pom.xml | 10 +++--- cas/pom.xml | 10 +++--- config/pom.xml | 22 ++++++------- core/pom.xml | 16 +++++----- .../core/SpringSecurityCoreVersion.java | 2 +- crypto/pom.xml | 4 +-- gradle/javaprojects.gradle | 2 +- itest/context/pom.xml | 14 ++++---- itest/web/pom.xml | 12 +++---- ldap/pom.xml | 10 +++--- openid/pom.xml | 12 +++---- remoting/pom.xml | 10 +++--- samples/aspectj-xml/pom.xml | 4 +-- samples/cas/sample-xml/pom.xml | 4 +-- samples/cas/server/pom.xml | 4 +-- samples/concurrency-jc/pom.xml | 8 ++--- samples/contacts-xml/pom.xml | 20 ++++++------ samples/dms-xml/pom.xml | 14 ++++---- samples/form-jc/pom.xml | 8 ++--- samples/gae-xml/pom.xml | 14 ++++---- samples/hellomvc-jc/pom.xml | 8 ++--- samples/helloworld-jc/pom.xml | 4 +-- samples/inmemory-jc/pom.xml | 8 ++--- samples/insecure/pom.xml | 4 +-- samples/insecuremvc/pom.xml | 8 ++--- samples/jaas-xml/pom.xml | 12 +++---- samples/jdbc-jc/pom.xml | 8 ++--- samples/ldap-jc/pom.xml | 8 ++--- samples/ldap-xml/pom.xml | 4 +-- samples/messages-jc/pom.xml | 32 +++++++++---------- samples/openid-jc/pom.xml | 8 ++--- samples/openid-xml/pom.xml | 4 +-- samples/preauth-jc/pom.xml | 8 ++--- samples/preauth-xml/pom.xml | 4 +-- samples/rememberme-jc/pom.xml | 8 ++--- samples/servletapi-xml/pom.xml | 14 ++++---- samples/tutorial-xml/pom.xml | 10 +++--- samples/x509-jc/pom.xml | 8 ++--- taglibs/pom.xml | 14 ++++---- web/pom.xml | 18 +++++------ 41 files changed, 204 insertions(+), 204 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index 97b8611ae2..6cbe267375 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -64,19 +64,19 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -150,19 +150,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-context-support - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index 50204450ca..4d0f8f63b5 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -58,19 +58,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -132,13 +132,13 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/cas/pom.xml b/cas/pom.xml index a8abd10212..5ad40ccb40 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -70,19 +70,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -94,7 +94,7 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index 83c04e8610..12215cef49 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -64,25 +64,25 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -129,28 +129,28 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile true org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile true org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile true org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile true @@ -337,19 +337,19 @@ org.springframework spring-expression - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-orm - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index d189e6ddec..132d075e2f 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -58,25 +58,25 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-expression - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -122,14 +122,14 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile true org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile true @@ -220,7 +220,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.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 bb74a5ef6a..df61424bfb 100644 --- a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java +++ b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java @@ -25,7 +25,7 @@ public class SpringSecurityCoreVersion { static final String SPRING_MAJOR_VERSION = "3"; - static final String MIN_SPRING_VERSION = "3.2.3.RELEASE"; + static final String MIN_SPRING_VERSION = "3.2.4.RELEASE"; static { performVersionChecks(); diff --git a/crypto/pom.xml b/crypto/pom.xml index eda7e7d213..6eb7bcc99e 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -52,7 +52,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -101,7 +101,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/gradle/javaprojects.gradle b/gradle/javaprojects.gradle index 646fe6a246..4e7b9a9900 100644 --- a/gradle/javaprojects.gradle +++ b/gradle/javaprojects.gradle @@ -10,7 +10,7 @@ apply plugin: 'propdeps-eclipse' sourceCompatibility = 1.5 targetCompatibility = 1.5 -ext.springVersion = '3.2.3.RELEASE' +ext.springVersion = '3.2.4.RELEASE' ext.springLdapVersion = '1.3.1.RELEASE' ext.ehcacheVersion = '1.6.2' ext.aspectjVersion = '1.6.10' diff --git a/itest/context/pom.xml b/itest/context/pom.xml index ab02d35cf0..fa41cfe779 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -70,25 +70,25 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -100,7 +100,7 @@ org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -167,13 +167,13 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 3d0fd08887..a90e0f20b2 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -52,13 +52,13 @@ org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -70,7 +70,7 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -179,19 +179,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index 889815deb1..cd17d583c7 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -82,19 +82,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -106,7 +106,7 @@ org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index d98146562d..acf483814e 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -82,25 +82,25 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -112,7 +112,7 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -167,7 +167,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index 64870d8deb..ac38f7a6bc 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -64,19 +64,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,7 +131,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index dc7e05cce3..0bfb76084b 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -58,7 +58,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -126,7 +126,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 1360ea21c3..5c09fea3c6 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -71,7 +71,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 69121484fe..67932a0214 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -53,7 +53,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -102,7 +102,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index 77c0dff4b6..3e1e48e7bd 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index 4b52aa2644..bcb36af4ff 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -65,25 +65,25 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -95,25 +95,25 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -180,7 +180,7 @@ org.springframework spring-context-support - 3.2.3.RELEASE + 3.2.4.RELEASE runtime @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index ee628726a9..0583f30536 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -64,13 +64,13 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -82,13 +82,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-context-support - 3.2.3.RELEASE + 3.2.4.RELEASE runtime @@ -156,13 +156,13 @@ org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE test org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index ed9390edc4..a6e4267a2e 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 6c8995002f..198fa527a7 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -89,25 +89,25 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context-support - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -119,13 +119,13 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -210,7 +210,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index 128a93d49a..c2e9dafaf1 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index fc403911a5..d433aa43f8 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -77,7 +77,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -132,7 +132,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index f5c6a841a1..26ee6d0ec6 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index bff7f629a4..33ec2d12dd 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -65,7 +65,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index 66bb73a87f..bb51041049 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -101,7 +101,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -113,13 +113,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index df3a7355cf..fd35c9c3fa 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -59,19 +59,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -83,7 +83,7 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -138,7 +138,7 @@ org.springframework spring-context-support - 3.2.3.RELEASE + 3.2.4.RELEASE runtime @@ -162,7 +162,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index 569c9af882..35b8c3a743 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index ca67ed9e87..8a324300b3 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -161,7 +161,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -173,13 +173,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -246,7 +246,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 2fb04cf6ca..a03511ce1f 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -53,7 +53,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index fc50f2b1e9..697f7fe42b 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -106,31 +106,37 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-aspects - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE + compile + + + org.springframework + spring-core + 3.2.4.RELEASE compile @@ -139,34 +145,28 @@ - - org.springframework - spring-core - 3.2.3.RELEASE - compile - org.springframework spring-instrument - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-orm - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -215,7 +215,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index b15669e95a..da1823334b 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -125,7 +125,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -137,13 +137,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -216,7 +216,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 96bd9997e5..33517ab8a3 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -65,7 +65,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -138,7 +138,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index 318770980a..71a10ad590 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 57ddb8a885..d8286e9d5b 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -53,7 +53,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -114,7 +114,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 5a8775077e..2d2eee7b58 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 6b1abaaede..86bf9884fd 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -71,19 +71,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -95,13 +95,13 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -144,7 +144,7 @@ org.springframework spring-context-support - 3.2.3.RELEASE + 3.2.4.RELEASE runtime @@ -168,7 +168,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index cef9bb6f08..d6a247c297 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -65,13 +65,13 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -83,13 +83,13 @@ org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -168,7 +168,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 572a25ef42..e3e0ef230d 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -119,7 +119,7 @@ org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -131,13 +131,13 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -204,7 +204,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 13b7f8fff0..086ae20ce0 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -70,25 +70,25 @@ org.springframework spring-aop - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -100,13 +100,13 @@ org.springframework spring-expression - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -167,7 +167,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index 721f7fe1fb..23fb26b340 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -64,19 +64,19 @@ org.springframework spring-beans - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-context - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-core - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-expression - 3.2.3.RELEASE + 3.2.4.RELEASE compile org.springframework spring-web - 3.2.3.RELEASE + 3.2.4.RELEASE compile @@ -107,21 +107,21 @@ org.springframework spring-jdbc - 3.2.3.RELEASE + 3.2.4.RELEASE compile true org.springframework spring-tx - 3.2.3.RELEASE + 3.2.4.RELEASE compile true org.springframework spring-webmvc - 3.2.3.RELEASE + 3.2.4.RELEASE compile true @@ -224,7 +224,7 @@ org.springframework spring-test - 3.2.3.RELEASE + 3.2.4.RELEASE test