From 785ec640e1f8d53e9855700ddc985dae4123915a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:54:54 +0000 Subject: [PATCH] Bump io.netty:netty-codec-socks from 4.2.17.Final to 4.2.18.Final Bumps [io.netty:netty-codec-socks](https://github.com/netty/netty) from 4.2.17.Final to 4.2.18.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.17.Final...netty-4.2.18.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-socks dependency-version: 4.2.18.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 f5458897..f14960ed 100644 --- a/build.gradle +++ b/build.gradle @@ -84,13 +84,13 @@ dependencies { includeInJar("net.raphimc.netminecraft:all:3.1.7-20260823.092300-1") { exclude group: "com.google.code.gson", module: "gson" } - includeInJar("io.netty:netty-codec-haproxy:4.2.17.Final") { + includeInJar("io.netty:netty-codec-haproxy:4.2.18.Final") { transitive = false } - includeInJar("io.netty:netty-handler-proxy:4.2.17.Final") { + includeInJar("io.netty:netty-handler-proxy:4.2.18.Final") { transitive = false } - includeInJar("io.netty:netty-codec-socks:4.2.17.Final") { + includeInJar("io.netty:netty-codec-socks:4.2.18.Final") { transitive = false } includeInJar("net.raphimc:MinecraftAuth:5.0.2") {