From 89a60f18e1e45ae2d31edc9322287415c206659e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 22:11:33 +0000 Subject: [PATCH] deps: bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.21.8-R0.1-SNAPSHOT to 1.21.9-pre4-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: io.papermc.paper:paper-api dependency-version: 1.21.9-pre4-R0.1-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 80ae37f..8bf3134 100644 --- a/build.gradle +++ b/build.gradle @@ -65,12 +65,12 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.9-pre4-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.5' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.14.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.9.5' - testImplementation 'io.papermc.paper:paper-api:1.21.8-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21.9-pre4-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.13.4' }