From cdc485d12136ee4f7c1eb27dfcd365d0df22551d Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Tue, 20 Dec 2016 20:23:45 -0600 Subject: [PATCH] Update to spring 3.2.17 --- acl/pom.xml | 16 +++++++------- aspects/pom.xml | 10 ++++----- build.gradle | 2 +- cas/pom.xml | 10 ++++----- config/pom.xml | 22 +++++++++---------- core/pom.xml | 16 +++++++------- .../core/SpringSecurityCoreVersion.java | 2 +- crypto/pom.xml | 2 +- itest/context/pom.xml | 12 +++++----- itest/web/pom.xml | 10 ++++----- ldap/pom.xml | 10 ++++----- 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 | 2 +- samples/cas/server/pom.xml | 2 +- samples/concurrency-jc/pom.xml | 6 ++--- samples/contacts-xml/pom.xml | 18 +++++++-------- 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/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 ++++++------ web/pom.xml | 18 +++++++-------- 43 files changed, 174 insertions(+), 174 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index fd651fb5d1..69711a7bb0 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -46,19 +46,19 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -70,13 +70,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -132,19 +132,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-context-support - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/aspects/pom.xml b/aspects/pom.xml index a6bf3a3957..1a47bd5cc8 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -40,19 +40,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -114,13 +114,13 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/build.gradle b/build.gradle index c3d81992e5..e2a15f7694 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ allprojects { ext.releaseBuild = version.endsWith('RELEASE') ext.snapshotBuild = version.endsWith('SNAPSHOT') - ext.springVersion = '3.2.13.RELEASE' + ext.springVersion = '3.2.17.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 b3311921e6..fdfd3d025d 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -52,19 +52,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -76,7 +76,7 @@ org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -132,7 +132,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/config/pom.xml b/config/pom.xml index 2aeefff933..08cb2871e5 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -46,25 +46,25 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -118,28 +118,28 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile true org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile true org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile true org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile true @@ -362,19 +362,19 @@ org.springframework spring-expression - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-orm - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/core/pom.xml b/core/pom.xml index e487b87210..398bb494ef 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -40,25 +40,25 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -70,7 +70,7 @@ org.springframework spring-expression - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -104,14 +104,14 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile true org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile true @@ -262,7 +262,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.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 c81bb88921..662ecfea97 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.13.RELEASE"; + static final String MIN_SPRING_VERSION = "3.2.17.RELEASE"; static { performVersionChecks(); diff --git a/crypto/pom.xml b/crypto/pom.xml index 5d720e43e2..b6e7d4c557 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -71,7 +71,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/itest/context/pom.xml b/itest/context/pom.xml index ed288f9f7f..686247204d 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -52,25 +52,25 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -137,13 +137,13 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 9902021248..3ffabd6d23 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -34,13 +34,13 @@ org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,19 +171,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/ldap/pom.xml b/ldap/pom.xml index f2cf29a55e..7d36bd7f22 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -64,19 +64,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -88,7 +88,7 @@ org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -186,7 +186,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/openid/pom.xml b/openid/pom.xml index 24bee71bf9..a776582abc 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -64,25 +64,25 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -94,7 +94,7 @@ org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -155,7 +155,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/remoting/pom.xml b/remoting/pom.xml index 73be42e768..8363a63b36 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -46,19 +46,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -70,7 +70,7 @@ org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -113,7 +113,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/aspectj-jc/pom.xml b/samples/aspectj-jc/pom.xml index 7baa301594..a7605743ad 100644 --- a/samples/aspectj-jc/pom.xml +++ b/samples/aspectj-jc/pom.xml @@ -96,7 +96,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/aspectj-xml/pom.xml b/samples/aspectj-xml/pom.xml index 13d04abda0..3f8f128c8b 100644 --- a/samples/aspectj-xml/pom.xml +++ b/samples/aspectj-xml/pom.xml @@ -96,7 +96,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/cas/sample-xml/pom.xml b/samples/cas/sample-xml/pom.xml index c965b309c8..741889832c 100644 --- a/samples/cas/sample-xml/pom.xml +++ b/samples/cas/sample-xml/pom.xml @@ -177,7 +177,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/cas/server/pom.xml b/samples/cas/server/pom.xml index e6c0e356b6..f4df91a909 100644 --- a/samples/cas/server/pom.xml +++ b/samples/cas/server/pom.xml @@ -75,7 +75,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/concurrency-jc/pom.xml b/samples/concurrency-jc/pom.xml index 0c96830e26..22581d6e89 100644 --- a/samples/concurrency-jc/pom.xml +++ b/samples/concurrency-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/contacts-xml/pom.xml b/samples/contacts-xml/pom.xml index edb65f9e24..0d408246b9 100644 --- a/samples/contacts-xml/pom.xml +++ b/samples/contacts-xml/pom.xml @@ -50,43 +50,43 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -159,7 +159,7 @@ org.springframework spring-context-support - 3.2.13.RELEASE + 3.2.17.RELEASE runtime @@ -183,7 +183,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/dms-xml/pom.xml b/samples/dms-xml/pom.xml index 7b582f9e72..9896c5df69 100644 --- a/samples/dms-xml/pom.xml +++ b/samples/dms-xml/pom.xml @@ -46,19 +46,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -90,7 +90,7 @@ org.springframework spring-context-support - 3.2.13.RELEASE + 3.2.17.RELEASE runtime @@ -126,13 +126,13 @@ org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE test org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/form-jc/pom.xml b/samples/form-jc/pom.xml index 667b7ed6e3..75db3f7dd6 100644 --- a/samples/form-jc/pom.xml +++ b/samples/form-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/gae-xml/pom.xml b/samples/gae-xml/pom.xml index 8ce721bc99..61375e3e91 100644 --- a/samples/gae-xml/pom.xml +++ b/samples/gae-xml/pom.xml @@ -74,31 +74,31 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context-support - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -183,7 +183,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/hellojs-jc/pom.xml b/samples/hellojs-jc/pom.xml index 40ecef7537..fd46b089fb 100644 --- a/samples/hellojs-jc/pom.xml +++ b/samples/hellojs-jc/pom.xml @@ -110,13 +110,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -177,7 +177,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/hellomvc-jc/pom.xml b/samples/hellomvc-jc/pom.xml index 16292df53f..843c5717bb 100644 --- a/samples/hellomvc-jc/pom.xml +++ b/samples/hellomvc-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/helloworld-jc/pom.xml b/samples/helloworld-jc/pom.xml index adc2414e31..d9408c5a28 100644 --- a/samples/helloworld-jc/pom.xml +++ b/samples/helloworld-jc/pom.xml @@ -111,7 +111,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/inmemory-jc/pom.xml b/samples/inmemory-jc/pom.xml index 859e3285b6..c5bfdd40cf 100644 --- a/samples/inmemory-jc/pom.xml +++ b/samples/inmemory-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/insecure/pom.xml b/samples/insecure/pom.xml index 4f5d87f124..d060d9f5d9 100644 --- a/samples/insecure/pom.xml +++ b/samples/insecure/pom.xml @@ -99,7 +99,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/insecuremvc/pom.xml b/samples/insecuremvc/pom.xml index db2d4f98dd..adb3d31454 100644 --- a/samples/insecuremvc/pom.xml +++ b/samples/insecuremvc/pom.xml @@ -86,13 +86,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -153,7 +153,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/jaas-xml/pom.xml b/samples/jaas-xml/pom.xml index 4349929bee..e2a255c765 100644 --- a/samples/jaas-xml/pom.xml +++ b/samples/jaas-xml/pom.xml @@ -44,19 +44,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -117,7 +117,7 @@ org.springframework spring-context-support - 3.2.13.RELEASE + 3.2.17.RELEASE runtime @@ -141,7 +141,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/jdbc-jc/pom.xml b/samples/jdbc-jc/pom.xml index a0845c6add..c0384a9a2d 100644 --- a/samples/jdbc-jc/pom.xml +++ b/samples/jdbc-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/ldap-jc/pom.xml b/samples/ldap-jc/pom.xml index 8aeae00e43..a541cba4b2 100644 --- a/samples/ldap-jc/pom.xml +++ b/samples/ldap-jc/pom.xml @@ -146,13 +146,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -213,7 +213,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/ldap-xml/pom.xml b/samples/ldap-xml/pom.xml index 82364ba415..d0f023b215 100644 --- a/samples/ldap-xml/pom.xml +++ b/samples/ldap-xml/pom.xml @@ -129,7 +129,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/messages-jc/pom.xml b/samples/messages-jc/pom.xml index ad08452ca8..edbd1b7b37 100644 --- a/samples/messages-jc/pom.xml +++ b/samples/messages-jc/pom.xml @@ -94,55 +94,55 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-aspects - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-instrument - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-orm - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -203,7 +203,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/openid-jc/pom.xml b/samples/openid-jc/pom.xml index 6a33ad6091..519a392cb9 100644 --- a/samples/openid-jc/pom.xml +++ b/samples/openid-jc/pom.xml @@ -110,13 +110,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -183,7 +183,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/openid-xml/pom.xml b/samples/openid-xml/pom.xml index 5d0bf5d2d1..50cf54c71c 100644 --- a/samples/openid-xml/pom.xml +++ b/samples/openid-xml/pom.xml @@ -117,7 +117,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/preauth-jc/pom.xml b/samples/preauth-jc/pom.xml index e70bea1e76..9d4c20b914 100644 --- a/samples/preauth-jc/pom.xml +++ b/samples/preauth-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/preauth-xml/pom.xml b/samples/preauth-xml/pom.xml index 84ba6b7ff1..d4b8561cfe 100644 --- a/samples/preauth-xml/pom.xml +++ b/samples/preauth-xml/pom.xml @@ -87,7 +87,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/rememberme-jc/pom.xml b/samples/rememberme-jc/pom.xml index 900e5212e3..d1ad3d06c8 100644 --- a/samples/rememberme-jc/pom.xml +++ b/samples/rememberme-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/servletapi-xml/pom.xml b/samples/servletapi-xml/pom.xml index 496cfd6620..1d473e4729 100644 --- a/samples/servletapi-xml/pom.xml +++ b/samples/servletapi-xml/pom.xml @@ -56,25 +56,25 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -123,7 +123,7 @@ org.springframework spring-context-support - 3.2.13.RELEASE + 3.2.17.RELEASE runtime @@ -147,7 +147,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/tutorial-xml/pom.xml b/samples/tutorial-xml/pom.xml index 2b0fcf3f9f..5c331894aa 100644 --- a/samples/tutorial-xml/pom.xml +++ b/samples/tutorial-xml/pom.xml @@ -50,19 +50,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -147,7 +147,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/samples/x509-jc/pom.xml b/samples/x509-jc/pom.xml index 578c5fe94d..5848de4c57 100644 --- a/samples/x509-jc/pom.xml +++ b/samples/x509-jc/pom.xml @@ -104,13 +104,13 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -171,7 +171,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/taglibs/pom.xml b/taglibs/pom.xml index 0143fa77eb..cfbdba1524 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -52,25 +52,25 @@ org.springframework spring-aop - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -82,13 +82,13 @@ org.springframework spring-expression - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -179,7 +179,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test diff --git a/web/pom.xml b/web/pom.xml index c8f3a20d49..95e1509019 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -46,19 +46,19 @@ org.springframework spring-beans - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-context - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-core - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -70,13 +70,13 @@ org.springframework spring-expression - 3.2.13.RELEASE + 3.2.17.RELEASE compile org.springframework spring-web - 3.2.13.RELEASE + 3.2.17.RELEASE compile @@ -89,21 +89,21 @@ org.springframework spring-jdbc - 3.2.13.RELEASE + 3.2.17.RELEASE compile true org.springframework spring-tx - 3.2.13.RELEASE + 3.2.17.RELEASE compile true org.springframework spring-webmvc - 3.2.13.RELEASE + 3.2.17.RELEASE compile true @@ -230,7 +230,7 @@ org.springframework spring-test - 3.2.13.RELEASE + 3.2.17.RELEASE test