Update to spring 5.0.0.RC1

This commit is contained in:
Rob Winch 2017-05-09 02:31:26 -05:00
parent a458b682d6
commit 5c7ff5c24a
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 = 500L; public static final long SERIAL_VERSION_UID = 500L;
static final String MIN_SPRING_VERSION = "5.0.0.BUILD-SNAPSHOT"; static final String MIN_SPRING_VERSION = "5.0.0.RC1";
static { static {
performVersionChecks(); performVersionChecks();