Upgrade Spring Security to 5.0.1.RELEASE

Closes gh-974
This commit is contained in:
Vedran Pavic
2018-01-25 15:13:00 +01:00
parent e25c64efae
commit 0a65b82373

View File

@@ -4,7 +4,7 @@ dependencyManagement {
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.security:spring-security-bom:5.0.0.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.1.RELEASE'
}
dependencies {