From c5aebe3c3daf2a2143c50a0ab303537f90d6c0c5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 04:52:28 +0000 Subject: [PATCH] Bump io.netty:netty-codec-haproxy from 4.2.15.Final to 4.2.16.Final Bumps [io.netty:netty-codec-haproxy](https://github.com/netty/netty) from 4.2.15.Final to 4.2.16.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-haproxy dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 37a3b01..8670bd6 100644 --- a/build.gradle +++ b/build.gradle @@ -28,8 +28,8 @@ dependencies { minecraft "com.mojang:minecraft:${project.minecraft_version}" implementation "net.fabricmc:fabric-loader:${project.loader_version}" - implementation "io.netty:netty-codec-haproxy:4.2.15.Final" - include "io.netty:netty-codec-haproxy:4.2.15.Final" + implementation "io.netty:netty-codec-haproxy:4.2.16.Final" + include "io.netty:netty-codec-haproxy:4.2.16.Final" testImplementation 'org.junit.jupiter:junit-jupiter:6.1.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher'