Upgrade Spring Security to 5.4.8

Closes gh-1896
This commit is contained in:
Eleftheria Stein
2021-08-17 17:17:17 +02:00
parent 5f7b4266d8
commit b1b10614ea

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.7.1'
mavenBom 'org.springframework:spring-framework-bom:5.3.9'
mavenBom 'org.springframework.data:spring-data-bom:2020.0.12'
mavenBom 'org.springframework.security:spring-security-bom:5.4.6'
mavenBom 'org.springframework.security:spring-security-bom:5.4.8'
mavenBom 'org.testcontainers:testcontainers-bom:1.15.3'
}