Skip to content

Commit

Permalink
update netty to 4.1.32.Final
Browse files Browse the repository at this point in the history
  • Loading branch information
Ichbinjoe committed Jan 4, 2019
1 parent 6092359 commit 7d75bce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
dependencies {
compile group: "io.netty", name: "netty-handler", version: "4.1.16.Final"
compile group: "io.netty", name: "netty-handler", version: "4.1.32.Final"
compile 'com.google.code.gson:gson:2.8.0'
compile 'com.google.guava:guava:24.1-jre'
testCompile group: "junit", name: "junit", version: "4.12"
Expand Down

0 comments on commit 7d75bce

Please sign in to comment.