From 9001716e02f8313a9ea09e2b70bc9603f8b85722 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Sun, 31 Dec 2017 06:40:48 +0000 Subject: [PATCH] reactor upgrade --- build.gradle | 4 ++-- rsocket-transport-netty/build.gradle | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle b/build.gradle index 34acf5e37..105ae8b43 100644 --- a/build.gradle +++ b/build.gradle @@ -80,7 +80,7 @@ subprojects { } dependencies { - compile "io.projectreactor:reactor-core:3.1.1.RELEASE" + compile "io.projectreactor:reactor-core:3.1.2.RELEASE" compile "io.netty:netty-buffer:4.1.16.Final" compile "org.reactivestreams:reactive-streams:1.0.1" compile "org.slf4j:slf4j-api:1.7.25" @@ -90,7 +90,7 @@ subprojects { testCompile "org.mockito:mockito-core:2.10.0" testCompile "org.hamcrest:hamcrest-library:1.3" testCompile "org.slf4j:slf4j-log4j12:1.7.25" - testCompile "io.projectreactor:reactor-test:3.1.1.RELEASE" + testCompile "io.projectreactor:reactor-test:3.1.2.RELEASE" } publishing { diff --git a/rsocket-transport-netty/build.gradle b/rsocket-transport-netty/build.gradle index 018cf6e25..0fbd78623 100644 --- a/rsocket-transport-netty/build.gradle +++ b/rsocket-transport-netty/build.gradle @@ -16,11 +16,11 @@ dependencies { compile project(':rsocket-core') - compile "io.projectreactor.ipc:reactor-netty:0.7.1.RELEASE" - compile "io.netty:netty-handler:4.1.16.Final" - compile "io.netty:netty-handler-proxy:4.1.16.Final" - compile "io.netty:netty-codec-http:4.1.16.Final" - compile "io.netty:netty-transport-native-epoll:4.1.16.Final" + compile "io.projectreactor.ipc:reactor-netty:0.7.2.RELEASE" + compile "io.netty:netty-handler:4.1.19.Final" + compile "io.netty:netty-handler-proxy:4.1.19.Final" + compile "io.netty:netty-codec-http:4.1.19.Final" + compile "io.netty:netty-transport-native-epoll:4.1.19.Final" testCompile project(':rsocket-test') }