Upgrade to Spring Security 6

Closes gh-1952
This commit is contained in:
Eleftheria Stein
2021-11-12 10:15:11 +01:00
parent c2ed6a31be
commit 8e8cc7b1f0

View File

@@ -3,9 +3,9 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:2020.0.12'
mavenBom 'com.fasterxml.jackson:jackson-bom:2.11.2'
mavenBom 'org.junit:junit-bom:5.8.1'
mavenBom 'org.springframework.security:spring-security-bom:5.6.0-RC1'
mavenBom 'org.springframework:spring-framework-bom:6.0.0-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-bom:2022.1.0-SNAPSHOT'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-SNAPSHOT'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.0'
}