Waterfall/BungeeCord-Patches/0066-Bump-netty.patch
Shane Freeder 8ab574f323
Bump netty
2022-08-28 00:36:18 +01:00

23 lines
748 B
Diff

From 18e5e71320ba43f2c11d65b6ade5f31e57b62bca Mon Sep 17 00:00:00 2001
From: Shane Freeder <theboyetronic@gmail.com>
Date: Sun, 28 Aug 2022 00:35:57 +0100
Subject: [PATCH] Bump netty
diff --git a/pom.xml b/pom.xml
index 2b544c23..6810b9cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,7 +89,7 @@
<properties>
<build.number>unknown</build.number>
<lombok.version>1.18.22</lombok.version>
- <netty.version>4.1.77.Final</netty.version>
+ <netty.version>4.1.80.Final</netty.version> <!-- Waterfall - bump -->
<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.37.2