Upgrade Spring Security to 5.5.6

Closes gh-2062
This commit is contained in:
Eleftheria Stein
2022-04-19 11:48:28 +02:00
parent 74cf6262b0
commit 59a94ac6fc

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.7.2'
mavenBom 'org.springframework:spring-framework-bom:5.3.16'
mavenBom 'org.springframework.data:spring-data-bom:2021.0.9'
mavenBom 'org.springframework.security:spring-security-bom:5.5.5'
mavenBom 'org.springframework.security:spring-security-bom:5.5.6'
mavenBom 'org.testcontainers:testcontainers-bom:1.15.3'
}