From 1aed6e781444593137b04753d11fbab8eda3f0d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 04:54:51 +0000 Subject: [PATCH] Bump io.netty:netty-codec-haproxy from 4.2.12.Final to 4.2.14.Final Bumps [io.netty:netty-codec-haproxy](https://github.com/netty/netty) from 4.2.12.Final to 4.2.14.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.12.Final...netty-4.2.14.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-haproxy dependency-version: 4.2.14.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 68000510..a33525ab 100644 --- a/build.gradle +++ b/build.gradle @@ -84,13 +84,13 @@ dependencies { includeInJar("net.raphimc.netminecraft:all:3.1.5") { exclude group: "com.google.code.gson", module: "gson" } - includeInJar("io.netty:netty-codec-haproxy:4.2.12.Final") { + includeInJar("io.netty:netty-codec-haproxy:4.2.14.Final") { transitive = false } - includeInJar("io.netty:netty-handler-proxy:4.2.12.Final") { + includeInJar("io.netty:netty-handler-proxy:4.2.14.Final") { transitive = false } - includeInJar("io.netty:netty-codec-socks:4.2.12.Final") { + includeInJar("io.netty:netty-codec-socks:4.2.14.Final") { transitive = false } includeInJar("net.raphimc:MinecraftAuth:5.0.1-20260217.194827-4") {