From d0af686728d936e8007f7f373c0105238853f1f7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Oct 2025 10:16:35 +0000 Subject: [PATCH] Bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.21.3-R0.1-SNAPSHOT to 1.21.10-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-version: 1.21.10-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c31d8e3..e59fd9c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -24,7 +24,7 @@ repositories { } } -val spigotVersion = "1.21.3-R0.1-SNAPSHOT" +val spigotVersion = "1.21.10-R0.1-SNAPSHOT" val packetEventsVersion = "2.6.0" val junitVersion = "5.11.3" val mockitoVersion = "5.14.2"