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

View File

@ -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();

View File

@ -24,3 +24,9 @@ dependencyManagement {
}
}
}
dependencyManagement {
imports {
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
}
}