DRILL-1480: Update Netty to 4.0.24.Final
Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/66d5be48 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/66d5be48 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/66d5be48 Branch: refs/heads/master Commit: 66d5be482b9cf43b490b229ce73f72a9590df3d1 Parents: 30c40ea Author: Parth Chandra <[email protected]> Authored: Fri Oct 31 16:14:49 2014 -0700 Committer: Jinfeng Ni <[email protected]> Committed: Fri Nov 7 10:50:56 2014 -0800 ---------------------------------------------------------------------- exec/java-exec/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/66d5be48/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 223a782..55721d1 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -100,7 +100,7 @@ <groupId>io.netty</groupId> <artifactId>netty-transport-native-epoll</artifactId> <classifier>linux-x86_64</classifier> - <version>4.0.20.Final</version> + <version>4.0.24.Final</version> </dependency> <dependency> <groupId>org.glassfish.jersey.ext</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/66d5be48/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 17b4490..25ca6a2 100644 --- a/pom.xml +++ b/pom.xml @@ -482,7 +482,7 @@ <dependency> <groupId>io.netty</groupId> <artifactId>netty-handler</artifactId> - <version>4.0.20.Final</version> + <version>4.0.24.Final</version> </dependency> <dependency>
