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")