Upgrade Spring Framework to 5.0.3.RELEASE

Closes gh-973
This commit is contained in:
Vedran Pavic
2018-01-23 10:52:39 +01:00
parent 7d3698515e
commit 0941358807

View File

@@ -2,7 +2,7 @@ dependencyManagement {
imports {
mavenBom 'com.fasterxml.jackson:jackson-bom:2.9.3'
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR5'
mavenBom 'org.springframework:spring-framework-bom:5.0.2.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.3.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR2'
mavenBom 'org.springframework.security:spring-security-bom:5.0.0.RELEASE'
}