From 124d6378186e6db5f6be5a1676bc6221d5f3bee5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 08:45:32 +0000 Subject: [PATCH] Bump net.minestom:minestom from 2026.02.09-1.21.11 to 2026.04.13-1.21.11 Bumps [net.minestom:minestom](https://github.com/minestom/minestom) from 2026.02.09-1.21.11 to 2026.04.13-1.21.11. - [Release notes](https://github.com/minestom/minestom/releases) - [Commits](https://github.com/minestom/minestom/compare/2026.02.09-1.21.11...2026.04.13-1.21.11) --- updated-dependencies: - dependency-name: net.minestom:minestom dependency-version: 2026.04.13-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 33aa217..fffc161 100644 --- a/build.gradle +++ b/build.gradle @@ -12,7 +12,7 @@ repositories { } dependencies { - implementation 'net.minestom:minestom:2026.02.09-1.21.11' + implementation 'net.minestom:minestom:2026.04.13-1.21.11' implementation 'org.apache.logging.log4j:log4j-core:2.25.4' implementation 'org.apache.logging.log4j:log4j-slf4j2-impl:2.25.4' implementation 'org.yaml:snakeyaml:2.6'