Skip to content

Commit 1bf126e

Browse files
yschimkerobertroeser
authored andcommitted
reactor upgrade (#458)
1 parent 93c0137 commit 1bf126e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

rsocket-transport-netty/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
dependencies {
1818
compile project(':rsocket-core')
1919
compile "io.projectreactor.ipc:reactor-netty:0.7.2.RELEASE"
20-
compile "io.netty:netty-handler:4.1.17.Final"
21-
compile "io.netty:netty-handler-proxy:4.1.17.Final"
22-
compile "io.netty:netty-codec-http:4.1.17.Final"
23-
compile "io.netty:netty-transport-native-epoll:4.1.17.Final"
20+
compile "io.netty:netty-handler:4.1.19.Final"
21+
compile "io.netty:netty-handler-proxy:4.1.19.Final"
22+
compile "io.netty:netty-codec-http:4.1.19.Final"
23+
compile "io.netty:netty-transport-native-epoll:4.1.19.Final"
2424

2525
testCompile project(':rsocket-test')
2626
}

0 commit comments

Comments
 (0)