Skip to content

Commit

Permalink
Update to Netty 4.1.1 Final
Browse files Browse the repository at this point in the history
Like the netty community says[1], it'd be better for us to upgrade
to 4.1.1-Final ASAP!

[1] http://netty.io/news/2016/06/07/4-1-1-Final.html
  • Loading branch information
monkey-mas committed Jun 8, 2016
1 parent b5eac3c commit e7491f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
</modules>
<properties>
<junit.version>4.11</junit.version>
<netty.version>4.1.0.Final</netty.version>
<netty.version>4.1.1.Final</netty.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
</properties>
Expand Down

0 comments on commit e7491f1

Please sign in to comment.