summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-04-21 15:15:24 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-04-21 15:15:24 +0200
commite1d43b5cfc2ce7b8088025bf71d2f70371ec34e0 (patch)
tree558b3b28cc5f3e3d05bb8ba35a265deaeb164a4d /pom.xml
parentd5da83f347399201391a639ed2600762018b6a83 (diff)
Due to https://github.com/netty/netty/pull/2868 we need at least 3.6.10.Final.
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 8dd09f332a9..a74c30310f9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -737,7 +737,7 @@
<dependency>
<groupId>io.netty</groupId>
<artifactId>netty</artifactId>
- <version>3.6.5.Final</version>
+ <version>3.6.10.Final</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>