Update to Spring 5.0.11.RELEASE

Fixes: gh-6163
This commit is contained in:
Rob Winch 2018-11-28 09:20:38 -06:00
parent 0c7c6d0d49
commit 0aedbf4496

View File

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