From 6fd8077eb3ad4dcdfa2c65dbf5fd5b1080f7f953 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 04:53:31 +0000 Subject: [PATCH] Bump net.raphimc:MinecraftAuth from 5.0.1 to 5.0.2 Bumps [net.raphimc:MinecraftAuth](https://github.com/RaphiMC/MinecraftAuth) from 5.0.1 to 5.0.2. - [Release notes](https://github.com/RaphiMC/MinecraftAuth/releases) - [Commits](https://github.com/RaphiMC/MinecraftAuth/compare/v5.0.1...v5.0.2) --- updated-dependencies: - dependency-name: net.raphimc:MinecraftAuth dependency-version: 5.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a676efb8..9de0894b 100644 --- a/build.gradle +++ b/build.gradle @@ -93,7 +93,7 @@ dependencies { includeInJar("io.netty:netty-codec-socks:4.2.16.Final") { transitive = false } - includeInJar("net.raphimc:MinecraftAuth:5.0.1") { + includeInJar("net.raphimc:MinecraftAuth:5.0.2") { exclude group: "com.google.code.gson", module: "gson" } includeInJar("dev.kastle.netty:netty-transport-raknet:1.7.2") {