mirror of
https://github.com/PaperMC/Waterfall.git
synced 2024-12-26 18:47:43 +01:00
Bump netty to 4.1.52.Final
Netty has some improvements which may be relevant to us, bumping for the purpose of pulling these and, we might as well.
This commit is contained in:
parent
9bbec04327
commit
27e2885ab3
22
BungeeCord-Patches/0060-Bump-netty-version.patch
Normal file
22
BungeeCord-Patches/0060-Bump-netty-version.patch
Normal file
@ -0,0 +1,22 @@
|
||||
From 2b4366606edf12a1841ae016ce19a8188f38abff Mon Sep 17 00:00:00 2001
|
||||
From: Shane Freeder <theboyetronic@gmail.com>
|
||||
Date: Sun, 27 Sep 2020 18:37:38 +0100
|
||||
Subject: [PATCH] Bump netty version
|
||||
|
||||
|
||||
diff --git a/pom.xml b/pom.xml
|
||||
index 3ca7ca91..3ddd74d4 100644
|
||||
--- a/pom.xml
|
||||
+++ b/pom.xml
|
||||
@@ -91,7 +91,7 @@
|
||||
|
||||
<properties>
|
||||
<build.number>unknown</build.number>
|
||||
- <netty.version>4.1.49.Final</netty.version>
|
||||
+ <netty.version>4.1.52.Final</netty.version>
|
||||
<maven.compiler.source>1.8</maven.compiler.source>
|
||||
<maven.compiler.target>1.8</maven.compiler.target>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
--
|
||||
2.28.0
|
||||
|
Loading…
Reference in New Issue
Block a user