Upgrade Spring Security to 5.0.4.RELEASE

Closes gh-1060
This commit is contained in:
Vedran Pavic
2018-04-20 15:18:30 +02:00
parent ac5ff996f4
commit 2c81e50b5e

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR8'
mavenBom 'org.springframework:spring-framework-bom:5.0.5.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
mavenBom 'org.springframework.security:spring-security-bom:5.0.2.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.4.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.7.1'
}