Upgrade Spring Security to 5.2.6.RELEASE

Closes gh-1693
This commit is contained in:
Eleftheria Stein
2020-09-15 11:51:36 +02:00
parent 4ebf18dc4e
commit 5be4141103

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'org.junit:junit-bom:5.5.2'
mavenBom 'org.springframework:spring-framework-bom:5.2.9.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Moore-SR7'
mavenBom 'org.springframework.security:spring-security-bom:5.2.4.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.2.6.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'
}