Skip to content

Commit

Permalink
Merge pull request elastic#11304 from kimchy/upgrade_netty_3_10_3
Browse files Browse the repository at this point in the history
Upgrade to Netty 3.10.3
  • Loading branch information
kimchy committed May 22, 2015
2 parents 4d0b40c + 2f00a27 commit 2eaaef5
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 @@ -281,7 +281,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
<version>3.10.0.Final</version>
<version>3.10.3.Final</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 2eaaef5

Please sign in to comment.