From 7af254ad216ae1f0c9ffb32fb1c38f8bc568856d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 21:35:29 +0000 Subject: [PATCH] Bump net.minestom:minestom from 2025.10.31-1.21.10 to 2026.02.19-1.21.11 Bumps [net.minestom:minestom](https://github.com/minestom/minestom) from 2025.10.31-1.21.10 to 2026.02.19-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.02.19-1.21.11) --- updated-dependencies: - dependency-name: net.minestom:minestom dependency-version: 2026.02.19-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 cf8c0b4..8055511 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ repositories { } dependencies { - implementation 'net.minestom:minestom:2026.01.08-1.21.11' + implementation 'net.minestom:minestom:2026.02.19-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'