From 8b2faff7ad4ed5e57c5d1d7a1597170b4cd67980 Mon Sep 17 00:00:00 2001 From: Rob Winch Date: Wed, 7 Jun 2017 21:59:34 -0500 Subject: [PATCH] Update to Spring 4.3.9.RELEASE Fixes gh-4375 --- acl/pom.xml | 2 +- aspects/pom.xml | 2 +- build.gradle | 2 +- cas/pom.xml | 2 +- config/pom.xml | 2 +- core/pom.xml | 2 +- .../security/core/SpringSecurityCoreVersion.java | 2 +- crypto/pom.xml | 2 +- data/pom.xml | 2 +- itest/context/pom.xml | 2 +- itest/web/pom.xml | 2 +- ldap/pom.xml | 2 +- messaging/pom.xml | 2 +- openid/pom.xml | 2 +- remoting/pom.xml | 2 +- samples/boot/helloworld/pom.xml | 2 +- samples/boot/insecure/pom.xml | 2 +- samples/javaconfig/aspectj/pom.xml | 2 +- samples/javaconfig/concurrency/pom.xml | 2 +- samples/javaconfig/data/pom.xml | 2 +- samples/javaconfig/form/pom.xml | 2 +- samples/javaconfig/hellojs/pom.xml | 2 +- samples/javaconfig/hellomvc/pom.xml | 2 +- samples/javaconfig/helloworld/pom.xml | 2 +- samples/javaconfig/inmemory/pom.xml | 2 +- samples/javaconfig/jdbc/pom.xml | 2 +- samples/javaconfig/ldap/pom.xml | 2 +- samples/javaconfig/messages/pom.xml | 2 +- samples/javaconfig/openid/pom.xml | 2 +- samples/javaconfig/preauth/pom.xml | 2 +- samples/javaconfig/rememberme/pom.xml | 2 +- samples/javaconfig/x509/pom.xml | 2 +- samples/xml/aspectj/pom.xml | 2 +- samples/xml/cas/cassample/pom.xml | 2 +- samples/xml/cas/casserver/pom.xml | 2 +- samples/xml/contacts/pom.xml | 2 +- samples/xml/dms/pom.xml | 2 +- samples/xml/gae/pom.xml | 2 +- samples/xml/helloworld/pom.xml | 2 +- samples/xml/insecure/pom.xml | 2 +- samples/xml/insecuremvc/pom.xml | 2 +- samples/xml/jaas/pom.xml | 2 +- samples/xml/ldap/pom.xml | 2 +- samples/xml/openid/pom.xml | 2 +- samples/xml/preauth/pom.xml | 2 +- samples/xml/servletapi/pom.xml | 2 +- samples/xml/tutorial/pom.xml | 2 +- taglibs/pom.xml | 2 +- test/pom.xml | 2 +- web/pom.xml | 2 +- 50 files changed, 50 insertions(+), 50 deletions(-) diff --git a/acl/pom.xml b/acl/pom.xml index a75abab4ea..c688093b6e 100644 --- a/acl/pom.xml +++ b/acl/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/aspects/pom.xml b/aspects/pom.xml index 34c8ef7d96..5f1cab8312 100644 --- a/aspects/pom.xml +++ b/aspects/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/build.gradle b/build.gradle index 7dbc16630e..613b44b5b6 100644 --- a/build.gradle +++ b/build.gradle @@ -28,7 +28,7 @@ allprojects { ext.releaseBuild = version.endsWith('RELEASE') ext.snapshotBuild = version.endsWith('SNAPSHOT') - ext.springVersion = '4.3.5.RELEASE' + ext.springVersion = '4.3.9.RELEASE' ext.springLdapVersion = '2.2.0.RELEASE' group = 'org.springframework.security' diff --git a/cas/pom.xml b/cas/pom.xml index e7a442ff88..3361cca1c0 100644 --- a/cas/pom.xml +++ b/cas/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/config/pom.xml b/config/pom.xml index 484892aaf5..893f00d623 100644 --- a/config/pom.xml +++ b/config/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/core/pom.xml b/core/pom.xml index 8c2f73924a..b53b1593c3 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import 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 7f062ee05f..6a3644a9fe 100644 --- a/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java +++ b/core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java @@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion { */ public static final long SERIAL_VERSION_UID = 420L; - static final String MIN_SPRING_VERSION = "4.3.5.RELEASE"; + static final String MIN_SPRING_VERSION = "4.3.9.RELEASE"; static { performVersionChecks(); diff --git a/crypto/pom.xml b/crypto/pom.xml index 748052367a..957dca29d9 100644 --- a/crypto/pom.xml +++ b/crypto/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/data/pom.xml b/data/pom.xml index 17e8c8b8e6..12c54611c5 100644 --- a/data/pom.xml +++ b/data/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/itest/context/pom.xml b/itest/context/pom.xml index 892603c1f4..dcb618d1d7 100644 --- a/itest/context/pom.xml +++ b/itest/context/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/itest/web/pom.xml b/itest/web/pom.xml index 9efe55d5df..193dc82d04 100644 --- a/itest/web/pom.xml +++ b/itest/web/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/ldap/pom.xml b/ldap/pom.xml index 77225a5de2..2cd07755d2 100644 --- a/ldap/pom.xml +++ b/ldap/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/messaging/pom.xml b/messaging/pom.xml index 168afec0da..637d9edd25 100644 --- a/messaging/pom.xml +++ b/messaging/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/openid/pom.xml b/openid/pom.xml index d7a8bff310..5f3e5063eb 100644 --- a/openid/pom.xml +++ b/openid/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/remoting/pom.xml b/remoting/pom.xml index 147046fe2e..95035cb229 100644 --- a/remoting/pom.xml +++ b/remoting/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/boot/helloworld/pom.xml b/samples/boot/helloworld/pom.xml index 373b670d83..5893b2ba84 100644 --- a/samples/boot/helloworld/pom.xml +++ b/samples/boot/helloworld/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/boot/insecure/pom.xml b/samples/boot/insecure/pom.xml index a2a32ea4b0..e4fc831484 100644 --- a/samples/boot/insecure/pom.xml +++ b/samples/boot/insecure/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/aspectj/pom.xml b/samples/javaconfig/aspectj/pom.xml index df23200b32..020af3edee 100644 --- a/samples/javaconfig/aspectj/pom.xml +++ b/samples/javaconfig/aspectj/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/concurrency/pom.xml b/samples/javaconfig/concurrency/pom.xml index 28bc6197e4..4b88192c68 100644 --- a/samples/javaconfig/concurrency/pom.xml +++ b/samples/javaconfig/concurrency/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/data/pom.xml b/samples/javaconfig/data/pom.xml index 23d2f4e25f..320a00c355 100644 --- a/samples/javaconfig/data/pom.xml +++ b/samples/javaconfig/data/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/form/pom.xml b/samples/javaconfig/form/pom.xml index bfce2f6b70..af7524d064 100644 --- a/samples/javaconfig/form/pom.xml +++ b/samples/javaconfig/form/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/hellojs/pom.xml b/samples/javaconfig/hellojs/pom.xml index 8e30ad5702..76ffd1567d 100644 --- a/samples/javaconfig/hellojs/pom.xml +++ b/samples/javaconfig/hellojs/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/hellomvc/pom.xml b/samples/javaconfig/hellomvc/pom.xml index 836758e4f5..5c54d8222f 100644 --- a/samples/javaconfig/hellomvc/pom.xml +++ b/samples/javaconfig/hellomvc/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/helloworld/pom.xml b/samples/javaconfig/helloworld/pom.xml index 1b7e3dabed..6841c729ec 100644 --- a/samples/javaconfig/helloworld/pom.xml +++ b/samples/javaconfig/helloworld/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/inmemory/pom.xml b/samples/javaconfig/inmemory/pom.xml index 4575f98fb1..bf336b67cf 100644 --- a/samples/javaconfig/inmemory/pom.xml +++ b/samples/javaconfig/inmemory/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/jdbc/pom.xml b/samples/javaconfig/jdbc/pom.xml index de6bbc7047..03ef96f8a5 100644 --- a/samples/javaconfig/jdbc/pom.xml +++ b/samples/javaconfig/jdbc/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/ldap/pom.xml b/samples/javaconfig/ldap/pom.xml index df742e7b93..94d99970f3 100644 --- a/samples/javaconfig/ldap/pom.xml +++ b/samples/javaconfig/ldap/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/messages/pom.xml b/samples/javaconfig/messages/pom.xml index 63dd997274..039a9b59c5 100644 --- a/samples/javaconfig/messages/pom.xml +++ b/samples/javaconfig/messages/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/openid/pom.xml b/samples/javaconfig/openid/pom.xml index f656715cf7..83b1470ace 100644 --- a/samples/javaconfig/openid/pom.xml +++ b/samples/javaconfig/openid/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/preauth/pom.xml b/samples/javaconfig/preauth/pom.xml index 12c22733fe..21a7bc43e3 100644 --- a/samples/javaconfig/preauth/pom.xml +++ b/samples/javaconfig/preauth/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/rememberme/pom.xml b/samples/javaconfig/rememberme/pom.xml index 62a6a71da4..6d4836d6e6 100644 --- a/samples/javaconfig/rememberme/pom.xml +++ b/samples/javaconfig/rememberme/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/javaconfig/x509/pom.xml b/samples/javaconfig/x509/pom.xml index 565db2ddf1..ff6525ef07 100644 --- a/samples/javaconfig/x509/pom.xml +++ b/samples/javaconfig/x509/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/aspectj/pom.xml b/samples/xml/aspectj/pom.xml index 9bf9d32c51..3b2b3b702e 100644 --- a/samples/xml/aspectj/pom.xml +++ b/samples/xml/aspectj/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/cas/cassample/pom.xml b/samples/xml/cas/cassample/pom.xml index 15447b35d8..8525485431 100644 --- a/samples/xml/cas/cassample/pom.xml +++ b/samples/xml/cas/cassample/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/cas/casserver/pom.xml b/samples/xml/cas/casserver/pom.xml index 316171718f..e2c93b6de9 100644 --- a/samples/xml/cas/casserver/pom.xml +++ b/samples/xml/cas/casserver/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/contacts/pom.xml b/samples/xml/contacts/pom.xml index d7542642a8..6c95930254 100644 --- a/samples/xml/contacts/pom.xml +++ b/samples/xml/contacts/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/dms/pom.xml b/samples/xml/dms/pom.xml index 16d98a9b12..3cc01ceec6 100644 --- a/samples/xml/dms/pom.xml +++ b/samples/xml/dms/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/gae/pom.xml b/samples/xml/gae/pom.xml index 9e3abed1bc..861a4f2afa 100644 --- a/samples/xml/gae/pom.xml +++ b/samples/xml/gae/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/helloworld/pom.xml b/samples/xml/helloworld/pom.xml index b2adf93cca..e77ae19c19 100644 --- a/samples/xml/helloworld/pom.xml +++ b/samples/xml/helloworld/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/insecure/pom.xml b/samples/xml/insecure/pom.xml index 728a7532ac..313923f2aa 100644 --- a/samples/xml/insecure/pom.xml +++ b/samples/xml/insecure/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/insecuremvc/pom.xml b/samples/xml/insecuremvc/pom.xml index 28ad492e7d..012dab7adb 100644 --- a/samples/xml/insecuremvc/pom.xml +++ b/samples/xml/insecuremvc/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/jaas/pom.xml b/samples/xml/jaas/pom.xml index 3193a20be8..1d19917eb3 100644 --- a/samples/xml/jaas/pom.xml +++ b/samples/xml/jaas/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/ldap/pom.xml b/samples/xml/ldap/pom.xml index e0244a1f85..1bf7ba2a44 100644 --- a/samples/xml/ldap/pom.xml +++ b/samples/xml/ldap/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/openid/pom.xml b/samples/xml/openid/pom.xml index fa20ae99c8..8cf765772b 100644 --- a/samples/xml/openid/pom.xml +++ b/samples/xml/openid/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/preauth/pom.xml b/samples/xml/preauth/pom.xml index 6fe87d2cb7..718cde6563 100644 --- a/samples/xml/preauth/pom.xml +++ b/samples/xml/preauth/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/servletapi/pom.xml b/samples/xml/servletapi/pom.xml index 921c042c8c..71e05bb2a2 100644 --- a/samples/xml/servletapi/pom.xml +++ b/samples/xml/servletapi/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/samples/xml/tutorial/pom.xml b/samples/xml/tutorial/pom.xml index e3fea5b8f8..4d82ad227a 100644 --- a/samples/xml/tutorial/pom.xml +++ b/samples/xml/tutorial/pom.xml @@ -39,7 +39,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/taglibs/pom.xml b/taglibs/pom.xml index c4cb2d3cdb..3ce722cae5 100644 --- a/taglibs/pom.xml +++ b/taglibs/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/test/pom.xml b/test/pom.xml index 79c5e5d1ac..09f08a0a00 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import diff --git a/web/pom.xml b/web/pom.xml index 70f304b974..662f129cf5 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -35,7 +35,7 @@ org.springframework spring-framework-bom - 4.3.5.RELEASE + 4.3.9.RELEASE pom import