Upgrade Spring Security to 6.0.0-M1

Closes gh-2010
This commit is contained in:
Eleftheria Stein
2022-01-17 17:20:38 +01:00
parent 02885dca6d
commit b6417a9c7b

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.8.2'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-M2'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0-M1'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'
}