Upgrade Spring Security to 5.1.10.RELEASE

Resolves gh-1638
This commit is contained in:
Eleftheria Stein
2020-05-13 10:20:59 -04:00
parent 07f16ffc6a
commit 6cb1764066

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR18'
mavenBom 'org.springframework:spring-framework-bom:5.1.15.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR17'
mavenBom 'org.springframework.security:spring-security-bom:5.1.8.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.10.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
}