Switch back to Spring Framework 5.0.0.BUILD-SNAPSHOT
This commit is contained in:
parent
22c1685d70
commit
07234f6255
|
@ -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();
|
||||
|
|
|
@ -24,3 +24,9 @@ dependencyManagement {
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencyManagement {
|
||||
imports {
|
||||
mavenBom 'org.springframework:spring-framework-bom:5.0.0.BUILD-SNAPSHOT'
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue