We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93c0137 commit 1bf126eCopy full SHA for 1bf126e
rsocket-transport-netty/build.gradle
@@ -17,10 +17,10 @@
17
dependencies {
18
compile project(':rsocket-core')
19
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"
+ 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"
24
25
testCompile project(':rsocket-test')
26
}
0 commit comments