Upgrade to Reactor Netty 0.5.2.RELEASE

This new Reactor Netty release fix a critical issue that could
prevent proper connection handling.
This commit is contained in:
Sebastien Deleuze 2016-10-06 15:15:47 +02:00
parent ebed7b77c3
commit 0ba7ea5f92
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@ configure(allprojects) { project ->
ext.reactivestreamsVersion = "1.0.0"
ext.reactorVersion = "2.0.8.RELEASE"
ext.reactorCoreVersion = '3.0.2.RELEASE'
ext.reactorNettyVersion = '0.5.1.RELEASE'
ext.reactorNettyVersion = '0.5.2.RELEASE'
ext.romeVersion = "1.7.0"
ext.rxjavaVersion = '1.1.9'
ext.rxjava2Version = '2.0.0-RC3'