mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-01 09:42:13 +00:00
Update to the lastest SNAPSHOTs
This commit is contained in:
parent
fd9c087bd3
commit
ae342dfcce
@ -40,7 +40,7 @@ public class SpringSecurityCoreVersion {
|
|||||||
*/
|
*/
|
||||||
public static final long SERIAL_VERSION_UID = 500L;
|
public static final long SERIAL_VERSION_UID = 500L;
|
||||||
|
|
||||||
static final String MIN_SPRING_VERSION = "5.0.0.RC4";
|
static final String MIN_SPRING_VERSION = "5.0.0.BUILD-SNAPSHOT";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
imports {
|
imports {
|
||||||
mavenBom 'io.projectreactor:reactor-bom:Bismuth-M4'
|
mavenBom 'io.projectreactor:reactor-bom:Bismuth-BUILD-SNAPSHOT'
|
||||||
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RC4'
|
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
|
||||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RC3'
|
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-BUILD-SNAPSHOT'
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
dependency 'cglib:cglib-nodep:3.2.5'
|
dependency 'cglib:cglib-nodep:3.2.5'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user