Skip to content

Commit

Permalink
netty: update to 4.1.3.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
buchgr committed Jul 18, 2016
1 parent 9535995 commit 0ad5948
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -151,9 +151,9 @@ subprojects {
protobuf_plugin: 'com.google.protobuf:protobuf-gradle-plugin:0.7.7',
protobuf_util: "com.google.protobuf:protobuf-java-util:${protobufVersion}",

netty: 'io.netty:netty-codec-http2:[4.1.2.Final]',
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.2.Final' + epoll_suffix,
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork18',
netty: 'io.netty:netty-codec-http2:[4.1.3.Final]',
netty_epoll: 'io.netty:netty-transport-native-epoll:4.1.3.Final' + epoll_suffix,
netty_tcnative: 'io.netty:netty-tcnative-boringssl-static:1.1.33.Fork19',

// Test dependencies.
junit: 'junit:junit:4.11',
Expand Down

0 comments on commit 0ad5948

Please sign in to comment.