Upgrade Spring Security to 5.1.12.RELEASE

Closes gh-1696
This commit is contained in:
Eleftheria Stein
2020-09-15 15:21:34 +02:00
parent 48f061450c
commit 65702d159e

View File

@@ -3,7 +3,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR21'
mavenBom 'org.springframework:spring-framework-bom:5.1.15.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR17'
mavenBom 'org.springframework.security:spring-security-bom:5.1.10.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.12.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.12.5'
}