Upgrade Spring Security to 5.1.2.RELEASE

Resolves: #1261
This commit is contained in:
Vedran Pavic
2018-11-28 15:57:45 +01:00
parent b3d01063d9
commit d4fd8b97b4

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Californium-SR3'
mavenBom 'org.springframework:spring-framework-bom:5.1.3.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Lovelace-SR3'
mavenBom 'org.springframework.security:spring-security-bom:5.1.1.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.1.2.RELEASE'
mavenBom 'org.testcontainers:testcontainers-bom:1.10.1'
}