From 706e7fd7a29150b07d835296f623c2cac925ba51 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Fri, 20 Feb 2015 09:28:26 -0600 Subject: [PATCH] SEC-2863: Update to Spring 4.1.5 --- acl/pom.xml | 16 ++++----- aspects/pom.xml | 10 +++--- build.gradle | 2 +- cas/pom.xml | 10 +++--- config/pom.xml | 24 +++++++------- core/pom.xml | 16 ++++----- .../core/SpringSecurityCoreVersion.java | 2 +- crypto/pom.xml | 2 +- data/pom.xml | 4 +-- itest/context/pom.xml | 12 +++---- itest/web/pom.xml | 10 +++--- ldap/pom.xml | 10 +++--- messaging/pom.xml | 33 +++++++++++++++---- openid/pom.xml | 12 +++---- remoting/pom.xml | 10 +++--- samples/aspectj-jc/pom.xml | 2 +- samples/aspectj-xml/pom.xml | 2 +- samples/cas/sample-xml/pom.xml | 4 +-- samples/cas/server/pom.xml | 2 +- samples/concurrency-jc/pom.xml | 6 ++-- samples/contacts-xml/pom.xml | 18 +++++----- samples/data-jc/pom.xml | 2 +- samples/dms-xml/pom.xml | 12 +++---- samples/form-jc/pom.xml | 6 ++-- samples/gae-xml/pom.xml | 12 +++---- samples/hellojs-jc/pom.xml | 6 ++-- samples/hellomvc-jc/pom.xml | 6 ++-- samples/helloworld-jc/pom.xml | 2 +- samples/helloworld-xml/pom.xml | 2 +- samples/inmemory-jc/pom.xml | 6 ++-- samples/insecure/pom.xml | 2 +- samples/insecuremvc/pom.xml | 6 ++-- samples/jaas-xml/pom.xml | 10 +++--- samples/jdbc-jc/pom.xml | 6 ++-- samples/ldap-jc/pom.xml | 6 ++-- samples/ldap-xml/pom.xml | 2 +- samples/messages-jc/pom.xml | 20 +++++------ samples/openid-jc/pom.xml | 6 ++-- samples/openid-xml/pom.xml | 2 +- samples/preauth-jc/pom.xml | 6 ++-- samples/preauth-xml/pom.xml | 2 +- samples/rememberme-jc/pom.xml | 6 ++-- samples/servletapi-xml/pom.xml | 12 +++---- samples/tutorial-xml/pom.xml | 8 ++--- samples/x509-jc/pom.xml | 6 ++-- taglibs/pom.xml | 14 ++++---- test/pom.xml | 6 ++-- web/pom.xml | 18 +++++----- 48 files changed, 210 insertions(+), 189 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index efca1c23bc..91b7413b10 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -52,19 +52,19 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -76,13 +76,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -138,19 +138,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index 24f4de49d5..94a1485539 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -46,19 +46,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -120,13 +120,13 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/build.gradle b/build.gradle index 190bea5eef..714f28b3fa 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ allprojects { ext.releaseBuild = version.endsWith('RELEASE') ext.snapshotBuild = version.endsWith('SNAPSHOT') - ext.springVersion = '4.1.3.RELEASE' + ext.springVersion = '4.1.5.RELEASE' ext.springLdapVersion = '2.0.2.RELEASE' group = 'org.springframework.security' diff --git a/cas/pom.xml b/cas/pom.xml index 2c03a886ac..a9038fc1e4 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -58,19 +58,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -82,7 +82,7 @@ org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -138,7 +138,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index 409a142ef7..5e2f092412 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -52,25 +52,25 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -124,35 +124,35 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-websocket - 4.1.3.RELEASE + 4.1.5.RELEASE compile true @@ -387,19 +387,19 @@ org.springframework spring-expression - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-orm - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index 25ca636380..e65eee4984 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -46,25 +46,25 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -76,7 +76,7 @@ org.springframework spring-expression - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -110,14 +110,14 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile true @@ -268,7 +268,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.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 1688f94c2d..f7cf03b2da 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 = 400L; - static final String MIN_SPRING_VERSION = "4.1.3.RELEASE"; + static final String MIN_SPRING_VERSION = "4.1.5.RELEASE"; static { performVersionChecks(); diff --git a/crypto/pom.xml b/crypto/pom.xml index b78b5de7e2..6f2f0c68d3 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -77,7 +77,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/data/pom.xml b/data/pom.xml index 63b04b1834..4d840df5cd 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -52,7 +52,7 @@ org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -101,7 +101,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/itest/context/pom.xml b/itest/context/pom.xml index f3fe241847..78ab048d4a 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -58,25 +58,25 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -143,13 +143,13 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 5abea00e57..37dd364bdd 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -40,13 +40,13 @@ org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -177,19 +177,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index f703f097e9..8399defd90 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -74,19 +74,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -98,7 +98,7 @@ org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -196,7 +196,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/messaging/pom.xml b/messaging/pom.xml index 62bcff153a..cfad0797cf 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -52,19 +52,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -76,13 +76,13 @@ org.springframework spring-expression - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-messaging - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -92,6 +92,27 @@ compile true + + javax.servlet + javax.servlet-api + 3.0.1 + compile + true + + + org.springframework.security + spring-security-web + 4.0.0.CI-SNAPSHOT + compile + true + + + org.springframework + spring-websocket + 4.1.5.RELEASE + compile + true + ch.qos.logback logback-classic @@ -209,7 +230,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index 365e343d9e..f17f3dcba1 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -70,25 +70,25 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -100,7 +100,7 @@ org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -161,7 +161,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index 0649ff63fd..ba6657d1ba 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -52,19 +52,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -76,7 +76,7 @@ org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -119,7 +119,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml index 1c29544e40..726f7c98f0 100644 --- a/samples/aspectj-jc/pom.xml +++ b/samples/aspectj-jc/pom.xml @@ -102,7 +102,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index 17444a1ae7..7ce745a03c 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -102,7 +102,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index 2ac9e7adc4..953d422d64 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -102,7 +102,7 @@ org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE runtime @@ -186,7 +186,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index 25650cd637..5578423fed 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -78,7 +78,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index 18a529189d..737cb1a089 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -180,7 +180,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index f65c29ae26..e4eb892f90 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -53,43 +53,43 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -162,7 +162,7 @@ org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE runtime @@ -234,7 +234,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/data-jc/pom.xml b/samples/data-jc/pom.xml index f86d157397..78e913d8d3 100644 --- a/samples/data-jc/pom.xml +++ b/samples/data-jc/pom.xml @@ -125,7 +125,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index 9e76c99f88..f6e02d3e29 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -52,19 +52,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -96,7 +96,7 @@ org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE runtime @@ -132,13 +132,13 @@ org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE test org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index fdf0032a45..cafa3cd39e 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -228,7 +228,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 91e6ecc864..e0fd77b14a 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -77,31 +77,31 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index 5da4e8d364..3c0cc73ec5 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -113,13 +113,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index f5f70fa1e7..62d78960f4 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index d28037711e..b7b4016c3e 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -162,7 +162,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/helloworld-xml/pom.xml b/samples/helloworld-xml/pom.xml index 9d4bab98d5..38681aa01d 100644 --- a/samples/helloworld-xml/pom.xml +++ b/samples/helloworld-xml/pom.xml @@ -162,7 +162,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index 7de2f2a8a2..e45056d518 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index e1649835d3..476b41fa99 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -150,7 +150,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index 0f3a6b7da4..7d0cc00add 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -89,13 +89,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -162,7 +162,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index d4be66f509..bbbb329fb9 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -47,19 +47,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -120,7 +120,7 @@ org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE runtime @@ -192,7 +192,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index ff1ca1b049..de957b65ab 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -228,7 +228,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index f89b2b5bf6..52910ece38 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -149,13 +149,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -270,7 +270,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 2ac5d099ab..fd0d0640f4 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -198,7 +198,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index ab35f04195..40998b3986 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -100,55 +100,55 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-aspects - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-instrument - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-orm - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -209,7 +209,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index caf48169b3..9934be4aca 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -113,13 +113,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -192,7 +192,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index e7183435df..1deb5fdda5 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -120,7 +120,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index d55fdb5b59..14531938ec 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -180,7 +180,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 2db5daae21..2d0b454017 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -90,7 +90,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 6361b30d3e..d9d1feede1 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -180,7 +180,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 7554170650..83960f8159 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -59,25 +59,25 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -126,7 +126,7 @@ org.springframework spring-context-support - 4.1.3.RELEASE + 4.1.5.RELEASE runtime @@ -150,7 +150,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index b195d9169d..2792b51970 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -53,19 +53,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -150,7 +150,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 3d2209cea2..decd94474c 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -107,13 +107,13 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -180,7 +180,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 05cb6b3a1a..b533d03921 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -58,25 +58,25 @@ org.springframework spring-aop - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -88,13 +88,13 @@ org.springframework spring-expression - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -185,7 +185,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/test/pom.xml b/test/pom.xml index 1b4e00128f..0e5a7631de 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -52,7 +52,7 @@ org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -64,7 +64,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -162,7 +162,7 @@ org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index a242de7be1..311a489ce4 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -52,19 +52,19 @@ org.springframework spring-beans - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-context - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-core - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -76,13 +76,13 @@ org.springframework spring-expression - 4.1.3.RELEASE + 4.1.5.RELEASE compile org.springframework spring-web - 4.1.3.RELEASE + 4.1.5.RELEASE compile @@ -95,21 +95,21 @@ org.springframework spring-jdbc - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-tx - 4.1.3.RELEASE + 4.1.5.RELEASE compile true org.springframework spring-webmvc - 4.1.3.RELEASE + 4.1.5.RELEASE compile true @@ -236,7 +236,7 @@ org.springframework spring-test - 4.1.3.RELEASE + 4.1.5.RELEASE test