From f6af88db5187e2cbb42f6b79cb6ecf784bc10ac9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Mar 2025 08:26:17 +0000 Subject: [PATCH] deps: bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.21-R0.1-SNAPSHOT to 1.21.5-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index d916c61..39ab65a 100644 --- a/build.gradle +++ b/build.gradle @@ -78,11 +78,11 @@ publishing { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.3' implementation 'io.papermc:paperlib:1.0.8' antlr "org.antlr:antlr4:4.13.2" // use ANTLR version 4 - testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21.5-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.12.0' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.12.0' }