Polish Spring Version Update

Fix related tests.

Issue gh-4123
This commit is contained in:
Rob Winch 2016-11-09 17:05:25 -06:00
parent fd9f57eb5f
commit a9024de734
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/ */
public static final long SERIAL_VERSION_UID = 420L; public static final long SERIAL_VERSION_UID = 420L;
static final String MIN_SPRING_VERSION = "4.3.3.RELEASE"; static final String MIN_SPRING_VERSION = "4.3.4.RELEASE";
static { static {
performVersionChecks(); performVersionChecks();