1
0
mirror of synced 2026-08-04 01:07:02 +00:00

SEC-2294: Update Spring Version to 3.2.4.RELEASE

This commit is contained in:
Rob Winch
2013-08-31 11:25:28 -05:00
parent 43f4d01cf3
commit 3d2f23602f
41 changed files with 204 additions and 204 deletions
@@ -25,7 +25,7 @@ public class SpringSecurityCoreVersion {
static final String SPRING_MAJOR_VERSION = "3";
static final String MIN_SPRING_VERSION = "3.2.3.RELEASE";
static final String MIN_SPRING_VERSION = "3.2.4.RELEASE";
static {
performVersionChecks();