Upgrade to Reactor-3.1.0.M2 & Reactor-Netty-0.6.4

This commit is contained in:
Artem Bilan
2017-06-08 11:25:26 -04:00
parent c7aa508434
commit 1a019b85c2

View File

@@ -124,8 +124,8 @@ subprojects { subproject ->
mysqlVersion = '5.1.41'
pahoMqttClientVersion = '1.1.1'
postgresVersion = '42.0.0'
reactorNettyVersion = '0.6.3.RELEASE'
reactorVersion = '3.1.0.M1'
reactorNettyVersion = '0.6.4.RELEASE'
reactorVersion = '3.1.0.M2'
romeToolsVersion = '1.7.2'
servletApiVersion = '3.1.0'
slf4jVersion = "1.7.25"
@@ -310,7 +310,7 @@ project('spring-integration-core') {
compile("com.esotericsoftware:kryo-shaded:$kryoShadedVersion", optional)
testCompile ("org.aspectj:aspectjweaver:$aspectjVersion")
compile "io.projectreactor.addons:reactor-test:$reactorVersion"
compile "io.projectreactor:reactor-test:$reactorVersion"
}
}