From 2610459e597c43287e9f20727c014e0c36b4e8ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 22:53:18 +0000 Subject: [PATCH] Bump io.papermc.paper:paper-api in /plugin Bumps io.papermc.paper:paper-api from 1.21.3-R0.1-SNAPSHOT to 1.21.4-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- plugin/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/build.gradle.kts b/plugin/build.gradle.kts index 8434f95..981830d 100644 --- a/plugin/build.gradle.kts +++ b/plugin/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { exclude("org.jetbrains", "annotations") } compileOnly("com.fastasyncworldedit:FastAsyncWorldEdit-Bukkit") { isTransitive = false } - compileOnly("io.papermc.paper:paper-api:1.21.3-R0.1-SNAPSHOT") { + compileOnly("io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT") { exclude("org.jetbrains", "annotations") }