Update to Spring 5.0.9

Fixes gh-5806
This commit is contained in:
Joe Grandja 2018-09-07 14:52:08 -04:00
parent 6d72c3f3aa
commit 677a9634b8

View File

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