Update to Spring Security 5.1.3.RELEASE

Fixes: gh-1293
This commit is contained in:
Rob Winch
2019-01-10 21:34:44 -06:00
parent 67063ec0c6
commit 3b826e51a1

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR4'
mavenBom 'org.springframework:spring-framework-bom:5.1.4.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR4'
mavenBom 'org.springframework.security:spring-security-bom:5.1.2.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.3.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.5'
}