Przeglądaj źródła

SEC-2485: Update test to Spring 4.0.2.RELEASE

Rob Winch 11 lat temu
rodzic
commit
9810768186
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -26,7 +26,7 @@ allprojects {
     ext.releaseBuild = version.endsWith('RELEASE')
     ext.snapshotBuild = version.endsWith('SNAPSHOT')
     ext.springVersion = '3.2.8.RELEASE'
-    ext.spring4Version = '4.0.1.RELEASE'
+    ext.spring4Version = '4.0.2.RELEASE'
     ext.springLdapVersion = '1.3.2.RELEASE'
     ext.springLdap2Version = '2.0.1.CI-SNAPSHOT'