From bd6310c9fb0d134c13fc98d74afc3a11b0ae51b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 18:12:09 +0000 Subject: [PATCH] Bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.20.4-R0.1-SNAPSHOT to 1.21.5-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 1.21.5-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 28c5989..c056d15 100644 --- a/build.gradle +++ b/build.gradle @@ -45,7 +45,7 @@ repositories { } dependencies { - compileOnly "io.papermc.paper:paper-api:1.20.4-R0.1-SNAPSHOT" + compileOnly "io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT" compileOnly "org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT" implementation "com.jeff_media:SpigotUpdateChecker:3.0.4" compileOnly 'me.clip:placeholderapi:2.11.6'