Upgrade Spring Security to 5.0.2.RELEASE

Closes gh-998
This commit is contained in:
Vedran Pavic
2018-02-20 07:32:35 +01:00
parent 90599b9bd3
commit 1e799f211f

View File

@@ -4,7 +4,7 @@ dependencyManagement {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR6'
mavenBom 'org.springframework:spring-framework-bom:5.0.4.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR4'
mavenBom 'org.springframework.security:spring-security-bom:5.0.1.RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.2.RELEASE'
}
dependencies {