1
0
mirror of synced 2026-08-04 09:17:02 +00:00

Switch back to Spring Framework 5.0.0.BUILD-SNAPSHOT

This commit is contained in:
Rob Winch
2017-05-16 15:11:38 -05:00
parent 22c1685d70
commit 07234f6255
2 changed files with 7 additions and 1 deletions
@@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
*/
public static final long SERIAL_VERSION_UID = 500L;
static final String MIN_SPRING_VERSION = "5.0.0.RC1";
static final String MIN_SPRING_VERSION = "5.0.0.BUILD-SNAPSHOT";
static {
performVersionChecks();