Upgrade Spring Security to 5.4.0

Closes gh-1682
This commit is contained in:
Eleftheria Stein
2020-09-14 19:41:49 +02:00
parent 657c6a63e1
commit 9372986f84

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.6.2'
mavenBom 'org.springframework:spring-framework-bom:5.3.0-M1'
mavenBom 'org.springframework.data:spring-data-bom:2020.0.0-M1'
mavenBom 'org.springframework.security:spring-security-bom:5.3.3.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.4.0'
mavenBom 'org.testcontainers:testcontainers-bom:1.14.3'
}