From 3c9f83152665bc566ac891a0cc1465e23ecd8677 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 04:43:55 +0000 Subject: [PATCH] Bump io.netty:netty-codec-haproxy from 4.1.114.Final to 4.1.116.Final Bumps [io.netty:netty-codec-haproxy](https://github.com/netty/netty) from 4.1.114.Final to 4.1.116.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.116.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-haproxy 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 f36d1c0..2d6c45a 100644 --- a/build.gradle +++ b/build.gradle @@ -20,8 +20,8 @@ dependencies { mappings loom.officialMojangMappings() modImplementation "net.fabricmc:fabric-loader:${project.loader_version}" - implementation group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.114.Final' - include group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.114.Final' + implementation group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.116.Final' + include group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.116.Final' } processResources {