浏览代码

SEC-2863: Update to Spring 4.1.5

Rob Winch 10 年之前
父节点
当前提交
706e7fd7a2
共有 48 个文件被更改,包括 210 次插入189 次删除
  1. 8 8
      acl/pom.xml
  2. 5 5
      aspects/pom.xml
  3. 1 1
      build.gradle
  4. 5 5
      cas/pom.xml
  5. 12 12
      config/pom.xml
  6. 8 8
      core/pom.xml
  7. 1 1
      core/src/main/java/org/springframework/security/core/SpringSecurityCoreVersion.java
  8. 1 1
      crypto/pom.xml
  9. 2 2
      data/pom.xml
  10. 6 6
      itest/context/pom.xml
  11. 5 5
      itest/web/pom.xml
  12. 5 5
      ldap/pom.xml
  13. 27 6
      messaging/pom.xml
  14. 6 6
      openid/pom.xml
  15. 5 5
      remoting/pom.xml
  16. 1 1
      samples/aspectj-jc/pom.xml
  17. 1 1
      samples/aspectj-xml/pom.xml
  18. 2 2
      samples/cas/sample-xml/pom.xml
  19. 1 1
      samples/cas/server/pom.xml
  20. 3 3
      samples/concurrency-jc/pom.xml
  21. 9 9
      samples/contacts-xml/pom.xml
  22. 1 1
      samples/data-jc/pom.xml
  23. 6 6
      samples/dms-xml/pom.xml
  24. 3 3
      samples/form-jc/pom.xml
  25. 6 6
      samples/gae-xml/pom.xml
  26. 3 3
      samples/hellojs-jc/pom.xml
  27. 3 3
      samples/hellomvc-jc/pom.xml
  28. 1 1
      samples/helloworld-jc/pom.xml
  29. 1 1
      samples/helloworld-xml/pom.xml
  30. 3 3
      samples/inmemory-jc/pom.xml
  31. 1 1
      samples/insecure/pom.xml
  32. 3 3
      samples/insecuremvc/pom.xml
  33. 5 5
      samples/jaas-xml/pom.xml
  34. 3 3
      samples/jdbc-jc/pom.xml
  35. 3 3
      samples/ldap-jc/pom.xml
  36. 1 1
      samples/ldap-xml/pom.xml
  37. 10 10
      samples/messages-jc/pom.xml
  38. 3 3
      samples/openid-jc/pom.xml
  39. 1 1
      samples/openid-xml/pom.xml
  40. 3 3
      samples/preauth-jc/pom.xml
  41. 1 1
      samples/preauth-xml/pom.xml
  42. 3 3
      samples/rememberme-jc/pom.xml
  43. 6 6
      samples/servletapi-xml/pom.xml
  44. 4 4
      samples/tutorial-xml/pom.xml
  45. 3 3
      samples/x509-jc/pom.xml
  46. 7 7
      taglibs/pom.xml
  47. 3 3
      test/pom.xml
  48. 9 9
      web/pom.xml

+ 8 - 8
acl/pom.xml

@@ -52,19 +52,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -76,13 +76,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -138,19 +138,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 5 - 5
aspects/pom.xml

@@ -46,19 +46,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -120,13 +120,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

+ 5 - 5
cas/pom.xml

@@ -58,19 +58,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -82,7 +82,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -138,7 +138,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 12 - 12
config/pom.xml

@@ -52,25 +52,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -124,35 +124,35 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-websocket</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -387,19 +387,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 8 - 8
core/pom.xml

@@ -46,25 +46,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -110,14 +110,14 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -268,7 +268,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
       <exclusions>
         <exclusion>

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

+ 1 - 1
crypto/pom.xml

@@ -77,7 +77,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 2 - 2
data/pom.xml

@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -101,7 +101,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 6 - 6
itest/context/pom.xml

@@ -58,25 +58,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -143,13 +143,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 5 - 5
itest/web/pom.xml

@@ -40,13 +40,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -177,19 +177,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>

+ 5 - 5
ldap/pom.xml

@@ -74,19 +74,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -98,7 +98,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -196,7 +196,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 27 - 6
messaging/pom.xml

@@ -52,19 +52,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -76,13 +76,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-messaging</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -92,6 +92,27 @@
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>javax.servlet</groupId>
+      <artifactId>javax.servlet-api</artifactId>
+      <version>3.0.1</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework.security</groupId>
+      <artifactId>spring-security-web</artifactId>
+      <version>4.0.0.CI-SNAPSHOT</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.springframework</groupId>
+      <artifactId>spring-websocket</artifactId>
+      <version>4.1.5.RELEASE</version>
+      <scope>compile</scope>
+      <optional>true</optional>
+    </dependency>
     <dependency>
       <groupId>ch.qos.logback</groupId>
       <artifactId>logback-classic</artifactId>
@@ -209,7 +230,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 6 - 6
openid/pom.xml

@@ -70,25 +70,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -100,7 +100,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -161,7 +161,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 5 - 5
remoting/pom.xml

@@ -52,19 +52,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -76,7 +76,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -119,7 +119,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 2 - 2
samples/cas/sample-xml/pom.xml

@@ -102,7 +102,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -78,7 +78,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/concurrency-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -53,43 +53,43 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -234,7 +234,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -125,7 +125,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -52,19 +52,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -96,7 +96,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -132,13 +132,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/form-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -228,7 +228,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -77,31 +77,31 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/hellojs-jc/pom.xml

@@ -113,13 +113,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/hellomvc-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/inmemory-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -186,7 +186,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 1 - 1
samples/insecure/pom.xml

@@ -150,7 +150,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/insecuremvc/pom.xml

@@ -89,13 +89,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -47,19 +47,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -120,7 +120,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -192,7 +192,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/jdbc-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -228,7 +228,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/ldap-jc/pom.xml

@@ -149,13 +149,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -270,7 +270,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -198,7 +198,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 10 - 10
samples/messages-jc/pom.xml

@@ -100,55 +100,55 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aspects</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-instrument</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-orm</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -209,7 +209,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/openid-jc/pom.xml

@@ -113,13 +113,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -192,7 +192,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -120,7 +120,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/preauth-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -90,7 +90,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/rememberme-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -59,25 +59,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -126,7 +126,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context-support</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>runtime</scope>
     </dependency>
     <dependency>
@@ -150,7 +150,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

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

@@ -53,19 +53,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -150,7 +150,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
samples/x509-jc/pom.xml

@@ -107,13 +107,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -180,7 +180,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 7 - 7
taglibs/pom.xml

@@ -58,25 +58,25 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-aop</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -88,13 +88,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -185,7 +185,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 3 - 3
test/pom.xml

@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -64,7 +64,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -162,7 +162,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>

+ 9 - 9
web/pom.xml

@@ -52,19 +52,19 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-beans</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-context</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-core</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <exclusions>
         <exclusion>
@@ -76,13 +76,13 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-expression</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-web</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
@@ -95,21 +95,21 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-jdbc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-tx</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-webmvc</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>compile</scope>
       <optional>true</optional>
     </dependency>
@@ -236,7 +236,7 @@
     <dependency>
       <groupId>org.springframework</groupId>
       <artifactId>spring-test</artifactId>
-      <version>4.1.3.RELEASE</version>
+      <version>4.1.5.RELEASE</version>
       <scope>test</scope>
     </dependency>
   </dependencies>