Update to next development version

This commit is contained in:
Joe Grandja 2017-07-24 11:54:43 -04:00
parent abf34e0e67
commit a176a8c4ae
3 changed files with 4 additions and 4 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.RC3";
static final String MIN_SPRING_VERSION = "5.0.0.BUILD-SNAPSHOT";
static {
performVersionChecks();

View File

@ -1,3 +1,3 @@
gaeVersion=1.9.23
springBootVersion=2.0.0.M2
version=5.0.0.M3
version=5.0.0.BUILD-SNAPSHOT

View File

@ -1,8 +1,8 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-M3'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RC3'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-M4'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
}
dependencies {
dependency 'cglib:cglib-nodep:3.2.5'