Upgrade Spring Security to 5.2.4.RELEASE

Resolves gh-1634
This commit is contained in:
Eleftheria Stein
2020-05-12 16:30:27 -04:00
parent 0b4140d892
commit 365a244a9b

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.6.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR7'
mavenBom 'org.springframework.security:spring-security-bom:5.2.2.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.2.4.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'
}