Update to Spring 5.0.10.RELEASE

Fixes: gh-5966
This commit is contained in:
Rob Winch 2018-10-15 14:44:16 -05:00
parent 3a756bfa57
commit c60a3e165e

View File

@ -1,7 +1,7 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR12'
mavenBom 'org.springframework:spring-framework-bom:5.0.9.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.10.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR10'
}
dependencies {