Upgrade Spring Security to 5.6.1

Closes gh-1978
This commit is contained in:
Eleftheria Stein
2021-12-21 10:08:25 +02:00
parent d98ff97e1a
commit ced2d8421c

View File

@@ -5,7 +5,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.8.1'
mavenBom 'org.springframework:spring-framework-bom:5.3.14'
mavenBom 'org.springframework.data:spring-data-bom:2021.1.0'
mavenBom 'org.springframework.security:spring-security-bom:5.6.0'
mavenBom 'org.springframework.security:spring-security-bom:5.6.1'
mavenBom 'org.testcontainers:testcontainers-bom:1.16.2'
}