From 5f005ee9fd70d690a80636028a323b1ffe99515a Mon Sep 17 00:00:00 2001 From: magisk317 <93979778+magisk317@users.noreply.github.com> Date: Thu, 7 May 2026 08:43:04 +0000 Subject: [PATCH] fix(deps): update dependency io.netty:netty-codec to v4.1.133.final [security] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea2076bf..69b08bb2 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,7 +11,7 @@ buildscript { configurations.all { resolutionStrategy { // BEGIN AUTO FORCED DEPENDENCIES (managed by workflow) - force("io.netty:netty-codec:4.1.125.Final") + force("io.netty:netty-codec:4.1.133.Final") force("io.netty:netty-codec-http:4.1.133.Final") force("io.netty:netty-codec-http2:4.1.133.Final") force("io.netty:netty-common:4.1.118.Final") @@ -118,7 +118,7 @@ subprojects { resolutionStrategy { force(catalog.apache.httpclient) // BEGIN AUTO FORCED DEPENDENCIES (managed by workflow) - force("io.netty:netty-codec:4.1.125.Final") + force("io.netty:netty-codec:4.1.133.Final") force("io.netty:netty-codec-http:4.1.133.Final") force("io.netty:netty-codec-http2:4.1.133.Final") force("io.netty:netty-common:4.1.118.Final")