Upgrade to Reactor Californium SR3

This commit is contained in:
Juergen Hoeller
2018-11-22 22:03:56 +01:00
parent 56234fe877
commit b90553db5c

View File

@@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.1"
nettyVersion = "4.1.31.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
reactorVersion = "Californium-SR3"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.3"
@@ -148,7 +148,6 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Californium snapshots
}
dependencies {