From 6eb65e389178e25d80e0ce317672b0e4d6781fba Mon Sep 17 00:00:00 2001 From: magisk317 <93979778+magisk317@users.noreply.github.com> Date: Wed, 29 Apr 2026 05:50:43 +0000 Subject: [PATCH] build: update forced dependencies --- build.gradle.kts | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/build.gradle.kts b/build.gradle.kts index 123e3681..75b3b810 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -11,6 +11,11 @@ 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-http:4.1.132.Final") + force("io.netty:netty-codec-http2:4.1.132.Final") + force("io.netty:netty-common:4.1.118.Final") + force("io.netty:netty-handler:4.1.118.Final") force("org.apache.commons:commons-lang3:3.20.0") force("org.bitbucket.b_c:jose4j:0.9.6") force("org.bouncycastle:bcpkix-jdk18on:1.84") @@ -113,6 +118,11 @@ 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-http:4.1.132.Final") + force("io.netty:netty-codec-http2:4.1.132.Final") + force("io.netty:netty-common:4.1.118.Final") + force("io.netty:netty-handler:4.1.118.Final") force("org.apache.commons:commons-lang3:3.20.0") force("org.bitbucket.b_c:jose4j:0.9.6") force("org.bouncycastle:bcpkix-jdk18on:1.84")