From dec892ac5009aae9fdead5d2e6ea1fa3424b0c5b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 08:23:52 +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.4-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 84ac0b2..02d071d 100644 --- a/build.gradle +++ b/build.gradle @@ -50,11 +50,11 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.4-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.1" // use ANTLR version 4 - testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21.4-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.2' }