Update Spring Security 5.0.0.M4

This commit is contained in:
Rob Winch
2017-09-13 18:03:33 -05:00
parent eb7bcc5eeb
commit ee1ff3ed3b

View File

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