1
0
mirror of synced 2026-07-19 17:45:11 +00:00

Update to Spring 3.2.18

This commit is contained in:
Rob Winch
2016-12-22 09:23:25 -06:00
parent 6d30da2e1f
commit 0896d22995
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ allprojects {
ext.releaseBuild = version.endsWith('RELEASE')
ext.snapshotBuild = version.endsWith('SNAPSHOT')
ext.springVersion = '3.2.17.RELEASE'
ext.springVersion = '3.2.18.RELEASE'
ext.spring4Version = '4.1.6.RELEASE'
ext.springLdapVersion = '1.3.2.RELEASE'
ext.springLdap2Version = '2.0.1.RELEASE'
@@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 320L;
static final String MIN_SPRING_VERSION = "3.2.17.RELEASE";
static final String MIN_SPRING_VERSION = "3.2.18.RELEASE";
static {
performVersionChecks();