Update to Spring Security 5.0.0.M5

Fixes gh-891
This commit is contained in:
Rob Winch
2017-10-09 16:53:03 -05:00
parent 3f670050ef
commit 88b26f2cfe

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.BUILD-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.M5'
}
dependencies {