From cec639e0d338621a3684cede860fd206f77c4940 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:16:42 +0000 Subject: [PATCH] Bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.21.3-R0.1-SNAPSHOT to 1.21.9-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-version: 1.21.9-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..764adac 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.9-R0.1-SNAPSHOT" val packetEventsVersion = "2.6.0" val junitVersion = "5.11.3" val mockitoVersion = "5.14.2"