From 868e9e64485bd65705630f76c92ac78c4d756b9d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 13 Nov 2024 04:20:53 +0000 Subject: [PATCH] Bump io.netty:netty-codec-haproxy from 4.1.114.Final to 4.1.115.Final Bumps [io.netty:netty-codec-haproxy](https://github.com/netty/netty) from 4.1.114.Final to 4.1.115.Final. - [Commits](https://github.com/netty/netty/compare/netty-4.1.114.Final...netty-4.1.115.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..3fdef94 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.115.Final' + include group: 'io.netty', name: 'netty-codec-haproxy', version: '4.1.115.Final' } processResources {