From 987c5a974930db555eb461c2047aa4cf618c016b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 May 2026 17:05:07 +0000 Subject: [PATCH] Bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.21.11-R0.1-SNAPSHOT to 26.1.2.build.53-stable. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 26.1.2.build.53-stable dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dc20121..e617cc8 100644 --- a/build.gradle +++ b/build.gradle @@ -29,7 +29,7 @@ configurations { } dependencies { - implementation "io.papermc.paper:paper-api:1.21.11-R0.1-SNAPSHOT" + implementation "io.papermc.paper:paper-api:26.1.2.build.53-stable" compileOnly "net.luckperms:api:5.5" compileOnly "net.essentialsx:EssentialsX:2.21.2"