From 05c96a67a6fa105ca1ef01ac8a6811ceea4fea6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 00:27:27 +0000 Subject: [PATCH] deps: bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.21.11-pre3-R0.1-SNAPSHOT to 1.21.11-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 1.21.11-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index aba253b..e96a4ff 100644 --- a/build.gradle +++ b/build.gradle @@ -65,13 +65,13 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.21.11-pre3-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' implementation 'io.papermc:paperlib:1.0.8' implementation 'org.bstats:bstats-bukkit:3.1.0' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.8' - testImplementation 'io.papermc.paper:paper-api:1.21.11-pre3-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:6.0.1' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.1' }