Upgrade to Reactor Bismuth SR13 (and Netty 4.1.31)

Issue: SPR-17306
This commit is contained in:
Juergen Hoeller
2018-11-05 22:42:42 +01:00
parent 4bd95663f9
commit b462ca22a5

View File

@@ -47,8 +47,8 @@ ext {
junitVintageVersion = "4.12.3"
kotlinVersion = "1.2.51"
log4jVersion = "2.11.1"
nettyVersion = "4.1.30.Final"
reactorVersion = "Bismuth-BUILD-SNAPSHOT"
nettyVersion = "4.1.31.Final"
reactorVersion = "Bismuth-SR13"
rxjavaVersion = "1.3.8"
rxjavaAdapterVersion = "1.2.1"
rxjava2Version = "2.1.17"
@@ -152,7 +152,6 @@ 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 {