parent
7063a9e111
commit
831399be16
|
@ -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.3.RELEASE";
|
static final String MIN_SPRING_VERSION = "5.0.4.RELEASE";
|
||||||
|
|
||||||
static {
|
static {
|
||||||
performVersionChecks();
|
performVersionChecks();
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
dependencyManagement {
|
dependencyManagement {
|
||||||
imports {
|
imports {
|
||||||
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR5'
|
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR5'
|
||||||
mavenBom 'org.springframework:spring-framework-bom:5.0.3.RELEASE'
|
|
||||||
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR3'
|
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR3'
|
||||||
|
mavenBom 'org.springframework:spring-framework-bom:5.0.4.RELEASE'
|
||||||
}
|
}
|
||||||
dependencies {
|
dependencies {
|
||||||
dependency 'cglib:cglib-nodep:3.2.6'
|
dependency 'cglib:cglib-nodep:3.2.6'
|
||||||
|
|
Loading…
Reference in New Issue