From 6585e7047758b404f361ceaba3e4ee65726c5bf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:52:20 +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.1-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 0db6962..5d1bf40 100644 --- a/build.gradle +++ b/build.gradle @@ -64,12 +64,12 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.8.6' - testImplementation 'io.papermc.paper:paper-api:1.21-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.21.1-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter:5.10.3' testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.10.3' }