mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-18 03:16:37 +01:00
SPIGOT-3351: Replace bundled netty with 4.1.12.Final
This commit is contained in:
parent
6aa0fa3206
commit
4e27449ac2
1 changed files with 7 additions and 0 deletions
7
pom.xml
7
pom.xml
|
@ -57,6 +57,13 @@
|
||||||
<version>5.1.42</version>
|
<version>5.1.42</version>
|
||||||
<scope>compile</scope>
|
<scope>compile</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<!-- bugfixes (netty#6607) -->
|
||||||
|
<dependency>
|
||||||
|
<groupId>io.netty</groupId>
|
||||||
|
<artifactId>netty-all</artifactId>
|
||||||
|
<version>4.1.12.Final</version>
|
||||||
|
<scope>compile</scope>
|
||||||
|
</dependency>
|
||||||
<!-- testing -->
|
<!-- testing -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>junit</groupId>
|
<groupId>junit</groupId>
|
||||||
|
|
Loading…
Add table
Reference in a new issue