Upgrade Spring Security to 5.0.10.RELEASE

Resolves: #1263
This commit is contained in:
Vedran Pavic
2018-11-28 19:22:31 +01:00
parent 43014247eb
commit 0bdb106c30

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR14'
mavenBom 'org.springframework:spring-framework-bom:5.0.11.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR12'
mavenBom 'org.springframework.security:spring-security-bom:5.0.9.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.10.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.1'
}