Upgrade Spring Security to 5.0.12.RELEASE

Fixes gh-1351
This commit is contained in:
Joe Grandja
2019-04-02 16:15:42 -04:00
parent dd12125085
commit 207b69527b

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR1'
mavenBom 'org.springframework:spring-framework-bom:5.0.13.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR14'
mavenBom 'org.springframework.security:spring-security-bom:5.0.11.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.12.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.5'
}