Skip to content
This repository was archived by the owner on Dec 29, 2023. It is now read-only.

Commit e4228cf

Browse files
committed
Update netty to 4.1.85-Final
1 parent a47b8b9 commit e4228cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

patches/server/0059-Implement-PandaSpigot-0006-Update-to-Netty-4.1.x.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Subject: [PATCH] Implement [PandaSpigot-0006] Update to Netty 4.1.x
55

66

77
diff --git a/build.gradle b/build.gradle
8-
index 9118425c0183de8c21aadca66643a55956e8baef..66736edd2ea73dbb576420d9feabfeeff619e1b8 100644
8+
index 9118425c0183de8c21aadca66643a55956e8baef..d8e917b3952376e22f6e69e617883cf22e76c818 100644
99
--- a/build.gradle
1010
+++ b/build.gradle
1111
@@ -6,7 +6,7 @@ dependencies {
1212
implementation project(':titanium-api')
1313

1414
// Minecraft libraries start
1515
- implementation 'com.mojang:netty:1.7.7'
16-
+ implementation 'io.netty:netty-all:4.1.79.Final' // PandaSpigot - Updated netty to 4.1.x
16+
+ implementation 'io.netty:netty-all:4.1.85.Final' // PandaSpigot - Updated netty to 4.1.x
1717
implementation 'it.unimi.dsi:fastutil:8.5.9' // Titanium - updated fastutil to 8.5.9
1818
implementation 'net.sf.trove4j:trove4j:3.0.3'
1919
// Titanium start - updated log4j to 2.19.0

0 commit comments

Comments
 (0)