Upgrade Spring Framework to 5.0.1.RELEASE

Closes gh-902
This commit is contained in:
Vedran Pavic
2017-10-24 19:25:07 +02:00
parent 858b52235e
commit d04a95ebfb

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.1'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR3'
mavenBom 'org.springframework:spring-framework-bom:5.0.0.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.1.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-RELEASE'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.M5'
}