Update to Spring Security 5.0.0.M1

This commit is contained in:
Rob Winch
2017-05-10 01:44:18 -05:00
parent 4f3324bac4
commit 83c67d3e11

View File

@@ -16,7 +16,7 @@ dependencyManagement {
dependencyManagement {
imports {
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-M3'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.M1'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RC1'
}
dependencies {