From f42016315784af01f2475b9dc9d1d4e96ebe4212 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 04:08:16 +0000 Subject: [PATCH] Bump net.raphimc.netminecraft:all from 3.1.4-SNAPSHOT to 3.1.4 Bumps [net.raphimc.netminecraft:all](https://github.com/RaphiMC/NetMinecraft) from 3.1.4-SNAPSHOT to 3.1.4. - [Release notes](https://github.com/RaphiMC/NetMinecraft/releases) - [Commits](https://github.com/RaphiMC/NetMinecraft/commits/v3.1.4) --- updated-dependencies: - dependency-name: net.raphimc.netminecraft:all dependency-version: 3.1.4 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 6deb43b5..941afe31 100644 --- a/build.gradle +++ b/build.gradle @@ -82,7 +82,7 @@ dependencies { } includeInJar "net.lenni0451.commons:swing:1.9.0" includeInJar "net.lenni0451.commons:brigadier:1.9.0" - includeInJar("net.raphimc.netminecraft:all:3.1.4-SNAPSHOT") { + includeInJar("net.raphimc.netminecraft:all:3.1.4") { exclude group: "com.google.code.gson", module: "gson" } includeInJar("io.netty:netty-codec-haproxy:4.2.7.Final") {