Update org.springframework.security to 6.1.2

Closes gh-2448
This commit is contained in:
Marcus Da Coregio
2023-08-18 16:50:55 -03:00
parent 6e12009116
commit ec0132f1f4

View File

@@ -6,7 +6,7 @@ dependencyManagement {
mavenBom 'org.mockito:mockito-bom:4.8.1'
mavenBom 'org.springframework:spring-framework-bom:6.0.11'
mavenBom 'org.springframework.data:spring-data-bom:2022.0.7'
mavenBom 'org.springframework.security:spring-security-bom:6.1.1'
mavenBom 'org.springframework.security:spring-security-bom:6.1.2'
mavenBom 'org.testcontainers:testcontainers-bom:1.17.6'
}