Bläddra i källkod

Update to Spring 4.3.9.RELEASE

Fixes gh-4375
Rob Winch 8 år sedan
förälder
incheckning
8b2faff7ad
50 ändrade filer med 50 tillägg och 50 borttagningar
  1. 1 1
      acl/pom.xml
  2. 1 1
      aspects/pom.xml
  3. 1 1
      build.gradle
  4. 1 1
      cas/pom.xml
  5. 1 1
      config/pom.xml
  6. 1 1
      core/pom.xml
  7. 1 1
      core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
  8. 1 1
      crypto/pom.xml
  9. 1 1
      data/pom.xml
  10. 1 1
      itest/context/pom.xml
  11. 1 1
      itest/web/pom.xml
  12. 1 1
      ldap/pom.xml
  13. 1 1
      messaging/pom.xml
  14. 1 1
      openid/pom.xml
  15. 1 1
      remoting/pom.xml
  16. 1 1
      samples/boot/helloworld/pom.xml
  17. 1 1
      samples/boot/insecure/pom.xml
  18. 1 1
      samples/javaconfig/aspectj/pom.xml
  19. 1 1
      samples/javaconfig/concurrency/pom.xml
  20. 1 1
      samples/javaconfig/data/pom.xml
  21. 1 1
      samples/javaconfig/form/pom.xml
  22. 1 1
      samples/javaconfig/hellojs/pom.xml
  23. 1 1
      samples/javaconfig/hellomvc/pom.xml
  24. 1 1
      samples/javaconfig/helloworld/pom.xml
  25. 1 1
      samples/javaconfig/inmemory/pom.xml
  26. 1 1
      samples/javaconfig/jdbc/pom.xml
  27. 1 1
      samples/javaconfig/ldap/pom.xml
  28. 1 1
      samples/javaconfig/messages/pom.xml
  29. 1 1
      samples/javaconfig/openid/pom.xml
  30. 1 1
      samples/javaconfig/preauth/pom.xml
  31. 1 1
      samples/javaconfig/rememberme/pom.xml
  32. 1 1
      samples/javaconfig/x509/pom.xml
  33. 1 1
      samples/xml/aspectj/pom.xml
  34. 1 1
      samples/xml/cas/cassample/pom.xml
  35. 1 1
      samples/xml/cas/casserver/pom.xml
  36. 1 1
      samples/xml/contacts/pom.xml
  37. 1 1
      samples/xml/dms/pom.xml
  38. 1 1
      samples/xml/gae/pom.xml
  39. 1 1
      samples/xml/helloworld/pom.xml
  40. 1 1
      samples/xml/insecure/pom.xml
  41. 1 1
      samples/xml/insecuremvc/pom.xml
  42. 1 1
      samples/xml/jaas/pom.xml
  43. 1 1
      samples/xml/ldap/pom.xml
  44. 1 1
      samples/xml/openid/pom.xml
  45. 1 1
      samples/xml/preauth/pom.xml
  46. 1 1
      samples/xml/servletapi/pom.xml
  47. 1 1
      samples/xml/tutorial/pom.xml
  48. 1 1
      taglibs/pom.xml
  49. 1 1
      test/pom.xml
  50. 1 1
      web/pom.xml

+ 1 - 1
acl/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
aspects/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
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'

+ 1 - 1
cas/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
config/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
core/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
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();

+ 1 - 1
crypto/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
data/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
itest/context/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
itest/web/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
ldap/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
messaging/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
openid/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
remoting/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/boot/helloworld/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/boot/insecure/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/aspectj/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/concurrency/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/data/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/form/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/hellojs/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/hellomvc/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/helloworld/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/inmemory/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/jdbc/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/ldap/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/messages/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/openid/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/preauth/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/rememberme/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/javaconfig/x509/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/aspectj/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/cas/cassample/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/cas/casserver/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/contacts/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/dms/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/gae/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/helloworld/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/insecure/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/insecuremvc/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/jaas/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/ldap/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/openid/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/preauth/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/servletapi/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
samples/xml/tutorial/pom.xml

@@ -39,7 +39,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
taglibs/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
test/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>

+ 1 - 1
web/pom.xml

@@ -35,7 +35,7 @@
       <dependency>
         <groupId>org.springframework</groupId>
         <artifactId>spring-framework-bom</artifactId>
-        <version>4.3.5.RELEASE</version>
+        <version>4.3.9.RELEASE</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>