Update to Spring Security 5.1.5.RELEASE

Fixes: gh-1355
This commit is contained in:
Rob Winch
2019-04-02 14:19:27 -05:00
parent e05ca40d26
commit 87c4fb7103

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR6'
mavenBom 'org.springframework:spring-framework-bom:5.1.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR6'
mavenBom 'org.springframework.security:spring-security-bom:5.1.4.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.5.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.6'
}