Upgrade Spring Framework to 5.0.4.RELEASE

Closes gh-996
This commit is contained in:
Vedran Pavic
2018-02-19 13:05:58 +01:00
parent 4f0f3806a2
commit 8d7136072a

View File

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