SEC-2918: Update Spring Version 3.2.13

This commit is contained in:
Rob Winch
2015-03-25 21:41:56 -05:00
parent b0ad8173b0
commit 13cb51c15f
43 changed files with 362 additions and 715 deletions

View File

@@ -23,7 +23,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 320L;
static final String MIN_SPRING_VERSION = "3.2.8.RELEASE";
static final String MIN_SPRING_VERSION = "3.2.13.RELEASE";
static {
performVersionChecks();