From 4f4ec9f1514c70b448ada187b19d12b10b9ee426 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 02:03:33 +0000 Subject: [PATCH] Bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.21.11-R0.1-SNAPSHOT to 26.2.build.121-stable. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 26.2.build.121-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 6fabbfc..59d1df9 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.2.build.121-stable" compileOnly "net.luckperms:api:5.5" compileOnly "net.essentialsx:EssentialsX:2.21.2"