Upgrade Spring Security to 5.1.7.RELEASE

Resolves: #1572
This commit is contained in:
Eleftheria Stein
2020-01-28 12:14:14 +01:00
parent c391adfea1
commit 9f78688ffa

View File

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