Upgrade to Reactor Californium-SR22

Closes gh-25948
This commit is contained in:
Stephane Nicoll
2020-10-25 18:12:08 +01:00
parent ca7198c446
commit e913167fa4

View File

@@ -38,7 +38,7 @@ ext {
kotlinVersion = "1.2.71"
log4jVersion = "2.11.2"
nettyVersion = "4.1.51.Final"
reactorVersion = "Californium-BUILD-SNAPSHOT"
reactorVersion = "Californium-SR22"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.2.19"
@@ -149,7 +149,6 @@ configure(allprojects) { project ->
repositories {
mavenCentral()
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/snapshot" } // Reactor
}
dependencies {