1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Update to Spring Framework 5.0.1.BUILD-SNAPSHOT

Fixes gh-4633
This commit is contained in:
Rob Winch
2017-10-16 13:38:21 -05:00
parent a7d054c9f3
commit 96f6368214
23 changed files with 84 additions and 40 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.RELEASE";
static final String MIN_SPRING_VERSION = "5.0.1.BUILD-SNAPSHOT";
static {
performVersionChecks();