From 085a008ed1ca77cc14550835f1d8ccdea839b678 Mon Sep 17 00:00:00 2001 From: Aayush Atharva Date: Fri, 12 Jun 2026 23:02:27 +0000 Subject: [PATCH] Replace umbrella netty-codec with netty-codec-base and netty-codec-compression --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index ab826b348..8bca1b249 100644 --- a/pom.xml +++ b/pom.xml @@ -139,7 +139,13 @@ io.netty - netty-codec + netty-codec-base + ${netty.version} + + + + io.netty + netty-codec-compression ${netty.version}