Update to Spring Framework 5.0.6.BUILD-SNAPSHOT

Issue: gh-5290
This commit is contained in:
Rob Winch 2018-05-02 20:21:17 -05:00
parent 884a4e46df
commit 9b722a9c85

View File

@ -1,7 +1,7 @@
dependencyManagement {
imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR8'
mavenBom 'org.springframework:spring-framework-bom:5.0.5.RELEASE'
mavenBom 'org.springframework:spring-framework-bom:5.0.6.BUILD-SNAPSHOT'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR6'
}
dependencies {