Update to Spring Security 6.0.0-RC1

Closes gh-2193
This commit is contained in:
Rob Winch
2022-10-18 16:19:48 -05:00
parent bcbe53c3dd
commit e027d2091b

View File

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