Update to Spring Security 6.0.0

Closes gh-2211
This commit is contained in:
Rob Winch
2022-11-22 09:06:02 -06:00
parent d5b75228fc
commit 2a3b76fee5

View File

@@ -6,7 +6,7 @@ dependencyManagement {
mavenBom 'org.mockito:mockito-bom:4.8.1'
mavenBom 'org.springframework:spring-framework-bom:6.0.0'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.0'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0-RC2'
mavenBom 'org.springframework.security:spring-security-bom:6.0.0'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.3'
}