Upgrade Spring Security to 5.7.0-M1

Closes gh-1997
This commit is contained in:
Eleftheria Stein
2022-01-17 09:43:41 +01:00
parent 04b4b9ba17
commit d5dac6629d

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:5.3.15'
mavenBom 'org.springframework.data:spring-data-bom:2021.1.0'
mavenBom 'org.springframework.security:spring-security-bom:5.6.1'
mavenBom 'org.springframework.security:spring-security-bom:5.7.0-M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'
}