From 662d1293b07685b30d999ac4f2c327c899bfc7fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Feb 2026 04:54:29 +0000 Subject: [PATCH] Bump dev.kastle.netty:netty-transport-raknet from 1.6.1 to 1.7.0 Bumps [dev.kastle.netty:netty-transport-raknet](https://github.com/Kas-tle/NetworkCompatible) from 1.6.1 to 1.7.0. - [Release notes](https://github.com/Kas-tle/NetworkCompatible/releases) - [Commits](https://github.com/Kas-tle/NetworkCompatible/compare/1.6.1...1.7.0) --- updated-dependencies: - dependency-name: dev.kastle.netty:netty-transport-raknet dependency-version: 1.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 7daed002..e3498fcc 100644 --- a/build.gradle +++ b/build.gradle @@ -96,10 +96,10 @@ dependencies { includeInJar("net.raphimc:MinecraftAuth:5.0.0") { exclude group: "com.google.code.gson", module: "gson" } - includeInJar("dev.kastle.netty:netty-transport-raknet:1.6.1") { + includeInJar("dev.kastle.netty:netty-transport-raknet:1.7.0") { exclude group: "io.netty" } - includeInJar("dev.kastle.netty:netty-transport-nethernet:1.6.1") { + includeInJar("dev.kastle.netty:netty-transport-nethernet:1.7.0") { exclude group: "io.netty" } ["windows-x86_64", "windows-aarch64", "linux-x86_64", "linux-aarch64", "macos-aarch64"].each {