summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormd_5 <git@md-5.net>2017-06-18 18:01:31 +1000
committermd_5 <git@md-5.net>2017-06-18 18:01:31 +1000
commit4e27449ac253ad282bdbf885b05c96a9c7241633 (patch)
treebb7101081c54649d73ad2e7800cd77438fc4a5b9
parent6aa0fa32069330765546643a199dfd3a3c77284c (diff)
downloadcraftbukkit-4e27449ac253ad282bdbf885b05c96a9c7241633.tar
craftbukkit-4e27449ac253ad282bdbf885b05c96a9c7241633.tar.gz
craftbukkit-4e27449ac253ad282bdbf885b05c96a9c7241633.tar.lz
craftbukkit-4e27449ac253ad282bdbf885b05c96a9c7241633.tar.xz
craftbukkit-4e27449ac253ad282bdbf885b05c96a9c7241633.zip
SPIGOT-3351: Replace bundled netty with 4.1.12.Final
-rw-r--r--pom.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a0582709..3588a56d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,6 +57,13 @@
<version>5.1.42</version>
<scope>compile</scope>
</dependency>
+ <!-- bugfixes (netty#6607) -->
+ <dependency>
+ <groupId>io.netty</groupId>
+ <artifactId>netty-all</artifactId>
+ <version>4.1.12.Final</version>
+ <scope>compile</scope>
+ </dependency>
<!-- testing -->
<dependency>
<groupId>junit</groupId>