From ed6a4ed61d5b8f3afd1a77a9ad0788642542d28d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 10:52:43 +0000 Subject: [PATCH] chore(deps): bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.8.8-R0.1-SNAPSHOT to 26.1.2-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-version: 26.1.2-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- modules/spigot/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/spigot/build.gradle b/modules/spigot/build.gradle index 77d4c83..47c90cf 100644 --- a/modules/spigot/build.gradle +++ b/modules/spigot/build.gradle @@ -11,7 +11,7 @@ dependencies { implementation project(':modules:api') implementation project(':modules:sdk') implementation "co.aikar:acf-bukkit:${project.property('acfVersion')}" - compileOnly 'org.spigotmc:spigot-api:1.8.8-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:26.1.2-R0.1-SNAPSHOT' // Adventure platform adapter (auto-detects Paper native vs Spigot legacy) implementation 'net.kyori:adventure-api:4.17.0'