From 714ef11fa8e8a1ca6c8ee5bdbce64b94c3ef4200 Mon Sep 17 00:00:00 2001 From: "Pantera (Mad_Daniel)" <89838384+Pantera07@users.noreply.github.com> Date: Thu, 10 Nov 2022 19:35:32 +0900 Subject: [PATCH] Bump netty to 4.1.85.Final Bump netty to 4.1.85.Final --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 491f492..d0c542d 100644 --- a/build.gradle +++ b/build.gradle @@ -24,7 +24,7 @@ dependencies { testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.1' implementation 'org.spongepowered:configurate-yaml:4.1.2' - implementation 'io.netty:netty-all:4.1.84.Final' + implementation 'io.netty:netty-all:4.1.85.Final' implementation 'net.kyori:adventure-nbt:4.11.0' implementation 'com.grack:nanojson:1.7' }