Update to Spring Security 5.0.9.RELEASE

Fixes: gh-1226
This commit is contained in:
Rob Winch
2018-10-15 20:09:51 -05:00
parent c9d6ef7f01
commit c0a2220d3b

View File

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