Update to Reactor Bismuth SR12

Fixes: gh-5965
This commit is contained in:
Rob Winch 2018-10-15 14:43:34 -05:00
parent 800157fe42
commit 3a756bfa57

View File

@ -1,6 +1,6 @@
dependencyManagement { dependencyManagement {
imports { imports {
mavenBom 'io.projectreactor:reactor-bom:Bismuth-SR11' 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.9.RELEASE'
mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR10' mavenBom 'org.springframework.data:spring-data-releasetrain:Kay-SR10'
} }