mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-28 19:03:51 -07:00
SPIGOT-3351: Replace bundled netty with 4.1.12.Final
By: md_5 <git@md-5.net>
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user