Upgrade Spring Security to 5.3.0.M1

Resolves: #1568
This commit is contained in:
Eleftheria Stein
2020-01-29 21:12:50 +01:00
parent 95b39a203f
commit adf411ecc3

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.2.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Neumann-M2'
mavenBom 'org.springframework.security:spring-security-bom:5.2.1.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.3.0.M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.2'
}