Switch to Reactor 3 snapshots and Netty 4.1.3

This commit is contained in:
Rossen Stoyanchev
2016-07-15 17:15:33 -04:00
parent dc1664939c
commit 028be2a298
50 changed files with 113 additions and 123 deletions

View File

@@ -61,13 +61,13 @@ configure(allprojects) { project ->
ext.junitJupiterVersion = '5.0.0-M1'
ext.junitPlatformVersion = '1.0.0-M1'
ext.log4jVersion = '2.6.1'
ext.nettyVersion = "4.1.1.Final"
ext.nettyVersion = "4.1.3.Final"
ext.okhttpVersion = "2.7.5"
ext.okhttp3Version = "3.3.1"
ext.poiVersion = "3.14"
ext.reactorVersion = "2.0.8.RELEASE"
ext.reactorCoreVersion = '2.5.0.BUILD-SNAPSHOT'
ext.reactorNettyVersion = '2.5.0.BUILD-SNAPSHOT'
ext.reactorCoreVersion = '3.0.0.BUILD-SNAPSHOT'
ext.reactorNettyVersion = '0.5.0.BUILD-SNAPSHOT'
ext.rxJavaVersion = '1.1.6'
ext.romeVersion = "1.6.0"
ext.servletVersion = "3.1.0"