From 482fea845b96f0c585750bc1461558800983f624 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 25 Oct 2025 10:16:58 +0000 Subject: [PATCH] Bump io.netty:netty-codec-http from 4.1.125.Final to 4.2.7.Final Bumps [io.netty:netty-codec-http](https://github.com/netty/netty) from 4.1.125.Final to 4.2.7.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.125.Final...netty-4.2.7.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http dependency-version: 4.2.7.Final dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 363c2566f..e54fa5ec7 100644 --- a/build.gradle +++ b/build.gradle @@ -38,9 +38,9 @@ configurations.all { // v9.40, used by Minecraft 1.21.4 - 1.21.10, is vulnerable to CVE-2025-53864 force "com.nimbusds:nimbus-jose-jwt:10.0.2" // v4.1.118.Final, used by Minecraft 1.21.5 - 1.21.10, is vulnerable to CVE-2025-58057 - force "io.netty:netty-codec:4.1.125.Final" + force "io.netty:netty-codec:4.2.7.Final" // v4.1.118.Final, used by Minecraft 1.21.5 - 1.21.10, is vulnerable to CVE-2025-58056 - force "io.netty:netty-codec-http:4.1.125.Final" + force "io.netty:netty-codec-http:4.2.7.Final" } }