From 62af6eaf66cac0eae2d11da4c25c2365b7e9e346 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 8 Jan 2026 09:02:03 +0000 Subject: [PATCH] Bump net.minestom:minestom from 2025.10.31-1.21.10 to 2026.01.08-1.21.11 Bumps [net.minestom:minestom](https://github.com/minestom/minestom) from 2025.10.31-1.21.10 to 2026.01.08-1.21.11. - [Release notes](https://github.com/minestom/minestom/releases) - [Commits](https://github.com/minestom/minestom/compare/2025.10.31-1.21.10...2026.01.08-1.21.11) --- updated-dependencies: - dependency-name: net.minestom:minestom dependency-version: 2026.01.08-1.21.11 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 27a093c..0ce0ec5 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation 'net.minestom:minestom:2025.10.31-1.21.10' + implementation 'net.minestom:minestom:2026.01.08-1.21.11' implementation 'org.apache.logging.log4j:log4j-core:2.25.3' implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.3' implementation 'org.yaml:snakeyaml:2.5'