SEC-2487: Update to Spring 3.2.8.RELEASE

This commit is contained in:
Rob Winch
2014-02-19 09:30:40 -06:00
parent 85305050c0
commit 7f99a2dfbb
42 changed files with 208 additions and 208 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.7.RELEASE";
static final String MIN_SPRING_VERSION = "3.2.8.RELEASE";
static {
performVersionChecks();