From 07b6654527f57a1bed9f4171700605b5e52bb08b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 25 Mar 2026 04:54:09 +0000 Subject: [PATCH] Bump io.netty:netty-codec-haproxy from 4.2.10.Final to 4.2.11.Final Bumps [io.netty:netty-codec-haproxy](https://github.com/netty/netty) from 4.2.10.Final to 4.2.11.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.10.Final...netty-4.2.11.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-haproxy dependency-version: 4.2.11.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 439fd82e..5fb16bb3 100644 --- a/build.gradle +++ b/build.gradle @@ -84,13 +84,13 @@ dependencies { includeInJar("net.raphimc.netminecraft:all:3.1.5-SNAPSHOT") { exclude group: "com.google.code.gson", module: "gson" } - includeInJar("io.netty:netty-codec-haproxy:4.2.10.Final") { + includeInJar("io.netty:netty-codec-haproxy:4.2.11.Final") { transitive = false } - includeInJar("io.netty:netty-handler-proxy:4.2.10.Final") { + includeInJar("io.netty:netty-handler-proxy:4.2.11.Final") { transitive = false } - includeInJar("io.netty:netty-codec-socks:4.2.10.Final") { + includeInJar("io.netty:netty-codec-socks:4.2.11.Final") { transitive = false } includeInJar("net.raphimc:MinecraftAuth:5.0.1-20260217.194827-4") {