Update to Reactor Bismuth SR9

Fixes: gh-5319
This commit is contained in:
Rob Winch 2018-05-08 09:04:05 -05:00
parent ff95388ce1
commit e61aafe115

View File

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