From 0fce380e6fe1c5b096c67bc3b2be3ec9925a842c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 02:03:46 +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.74-stable. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 26.1.2.build.74-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 3ae1fcf..accdc00 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.74-stable" compileOnly "net.luckperms:api:5.5" compileOnly "net.essentialsx:EssentialsX:2.21.2"