From 8d135c0804796562dc9eb113a6f9552e1a2c68b9 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Tue, 30 May 2023 01:58:42 +0900 Subject: [PATCH] Bump netty to 4.1.93.Final https://netty.io/news/2023/05/25/4-1-93-Final.html --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 28097d2..e97f43d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3' implementation 'org.spongepowered:configurate-yaml:4.1.2' - implementation 'io.netty:netty-all:4.1.92.Final' + implementation 'io.netty:netty-all:4.1.93.Final' implementation 'net.kyori:adventure-nbt:4.13.1' implementation 'com.grack:nanojson:1.8' }