aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorPatrick Wendell <pwendell@gmail.com>2013-12-31 14:31:28 -0800
committerPatrick Wendell <pwendell@gmail.com>2013-12-31 14:31:28 -0800
commit63b411dd8664c27ac55586d8345733afad80961f (patch)
tree22960200b7919ba8a63d598dd207ebec6adbe28a /pom.xml
parent55b7e2fdffc6c3537da69152a3d02d5be599fa1b (diff)
parent2c5bade4ee6db747cbc7b0884094ad443834e3b1 (diff)
downloadspark-63b411dd8664c27ac55586d8345733afad80961f.tar.gz
spark-63b411dd8664c27ac55586d8345733afad80961f.tar.bz2
spark-63b411dd8664c27ac55586d8345733afad80961f.zip
Merge pull request #238 from ngbinh/upgradeNetty
upgrade Netty from 4.0.0.Beta2 to 4.0.13.Final the changes are listed at https://github.com/netty/netty/wiki/New-and-noteworthy
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 57e843596f..0936ae53b4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -282,7 +282,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-all</artifactId>
- <version>4.0.0.CR1</version>
+ <version>4.0.13.Final</version>
</dependency>
<dependency>
<groupId>org.apache.derby</groupId>