From da9ea96b351ab0367b2aca5a6a71769709aa2b2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Mar 2026 07:09:04 +0000 Subject: [PATCH] Bump net.raphimc.netminecraft:all from 3.1.5-SNAPSHOT to 3.1.5 Bumps [net.raphimc.netminecraft:all](https://github.com/RaphiMC/NetMinecraft) from 3.1.5-SNAPSHOT to 3.1.5. - [Release notes](https://github.com/RaphiMC/NetMinecraft/releases) - [Commits](https://github.com/RaphiMC/NetMinecraft/commits/v3.1.5) --- updated-dependencies: - dependency-name: net.raphimc.netminecraft:all dependency-version: 3.1.5 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 761f023d..cbc18217 100644 --- a/build.gradle +++ b/build.gradle @@ -81,7 +81,7 @@ dependencies { includeInJar "net.lenni0451.commons:swing:1.9.2" includeInJar "net.lenni0451.commons:brigadier:1.9.2" includeInJar "net.lenni0451.commons:unchecked:1.9.2" - includeInJar("net.raphimc.netminecraft:all:3.1.5-SNAPSHOT") { + includeInJar("net.raphimc.netminecraft:all:3.1.5") { exclude group: "com.google.code.gson", module: "gson" } includeInJar("io.netty:netty-codec-haproxy:4.2.12.Final") {