Upgrade to Reactor Bismuth snapshots

Towards SR13 to confirm fix for SPR-17306.
This commit is contained in:
Rossen Stoyanchev
2018-10-23 15:49:09 -04:00
parent 6ea3441adf
commit bf4d00cb62
3 changed files with 7 additions and 4 deletions

View File

@@ -48,7 +48,7 @@ ext {
kotlinVersion = "1.2.51"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"
reactorVersion = "Bismuth-SR11"
reactorVersion = "Bismuth-BUILD-SNAPSHOT"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.1.17"
@@ -152,6 +152,7 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Reactor Bismuth snapshots (towards SR13)
}
dependencies {