From 001b70fe096722288708bfae60be6ffd44e8609a Mon Sep 17 00:00:00 2001 From: CodingPhoenixx Date: Thu, 28 May 2026 11:03:50 +0200 Subject: [PATCH] Update Netty dependency to version 4.2.14.Final --- build.gradle | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index acad9be..d8e89f8 100644 --- a/build.gradle +++ b/build.gradle @@ -10,9 +10,7 @@ repositories { } dependencies { - - - implementation 'io.netty:netty-all:4.2.6.Final' + implementation 'io.netty:netty-all:4.2.14.Final' implementation 'tools.jackson.core:jackson-databind:3.1.3' }