From dd14e6142b57142809fd318fffff0ca3b026b179 Mon Sep 17 00:00:00 2001 From: Artem Bilan Date: Wed, 7 Oct 2015 14:10:00 -0400 Subject: [PATCH] INT-3844: Upgrade to Reactor-2.0.6 JIRA: https://jira.spring.io/browse/INT-3844 --- build.gradle | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 9e2e2a906e..613cc39291 100644 --- a/build.gradle +++ b/build.gradle @@ -121,8 +121,7 @@ subprojects { subproject -> openJpaVersion = '2.3.0' pahoMqttClientVersion = '1.0.2' postgresVersion = '9.1-901-1.jdbc4' - reactorVersion = '2.0.5.RELEASE' - reactorSpringVersion = '2.0.1.RELEASE' + reactorVersion = '2.0.6.RELEASE' romeToolsVersion = '1.5.0' saajApiVersion = '1.3.5' saajImplVersion = '1.3.23' @@ -311,7 +310,7 @@ project('spring-integration-core') { testCompile ("org.aspectj:aspectjweaver:$aspectjVersion") testCompile ("net.openhft:chronicle:$chronicleVersion") - testCompile ("io.projectreactor.spring:reactor-spring-context:$reactorSpringVersion") + testCompile ("io.projectreactor.spring:reactor-spring-context:$reactorVersion") } }