Update to Spring Security 6.2.0-M1

Closes gh-2347
This commit is contained in:
Marcus Da Coregio
2023-07-18 09:01:26 -03:00
parent cf09b4f54a
commit e97d220983

View File

@@ -6,7 +6,7 @@ dependencyManagement {
mavenBom 'org.mockito:mockito-bom:4.8.1'
mavenBom 'org.springframework:spring-framework-bom:6.1.0-M2'
mavenBom 'org.springframework.data:spring-data-bom:2023.1.0-M1'
mavenBom 'org.springframework.security:spring-security-bom:6.1.1'
mavenBom 'org.springframework.security:spring-security-bom:6.2.0-M1'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.6'
}