Upgrade to Reactor Bismuth SR6

This commit is contained in:
Juergen Hoeller 2018-02-17 23:23:24 +01:00
parent d7cab23e6d
commit 1ea233ac56
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ configure(allprojects) { project ->
ext.kotlinVersion = "1.2.21"
ext.log4jVersion = "2.10.0"
ext.nettyVersion = "4.1.21.Final"
ext.reactorVersion = "Bismuth-BUILD-SNAPSHOT"
ext.reactorVersion = "Bismuth-SR6"
ext.rxjavaVersion = "1.3.5"
ext.rxjavaAdapterVersion = "1.2.1"
ext.rxjava2Version = "2.1.9"
@ -140,7 +140,6 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
maven { url "https://repo.spring.io/snapshot" } // for Reactor
}
dependencies {