From 36874ca792c614571357d172e3f3f48329ab35c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Feb 2025 05:41:45 +0000 Subject: [PATCH] Bump io.netty:netty-common from 4.1.118.Final to 4.1.119.Final Bumps [io.netty:netty-common](https://github.com/netty/netty) from 4.1.118.Final to 4.1.119.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.118.Final...netty-4.1.119.Final) --- updated-dependencies: - dependency-name: io.netty:netty-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 56f9d64e08..6b7b36dbf9 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ configurations.all { // v2.5.1, used by Minecraft 1.21.4 - 1.21.5, is vulnerable to CVE-2024-57699 force "net.minidev:json-smart:2.5.2" // v1.115.Final, used by Minecraft 1.21.4 - 1.21.5, is vulnerable to CVE-2025-25193 - force "io.netty:netty-common:4.1.118.Final" + force "io.netty:netty-common:4.1.119.Final" // v1.115.Final, used by Minecraft 1.21.4 - 1.21.5, is vulnerable to CVE-2025-24970 force "io.netty:netty-handler:4.1.118.Final" }