Update to next development version
This commit is contained in:
parent
abf34e0e67
commit
a176a8c4ae
|
@ -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();
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
gaeVersion=1.9.23
|
||||
springBootVersion=2.0.0.M2
|
||||
version=5.0.0.M3
|
||||
version=5.0.0.BUILD-SNAPSHOT
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue