From a33b9f2c9ef1ac93c59146c4608650ef879c77f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 19:00:36 +0000 Subject: [PATCH] deps: bump io.papermc.paper:paper-api Bumps io.papermc.paper:paper-api from 1.20-R0.1-SNAPSHOT to 1.20.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 4892ad2..c5943ba 100644 --- a/build.gradle +++ b/build.gradle @@ -56,12 +56,12 @@ repositories { } dependencies { - compileOnly 'io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT' + compileOnly 'io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT' compileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.3' implementation 'io.papermc:paperlib:1.0.8' spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0' testCompileOnly 'com.github.spotbugs:spotbugs-annotations:4.7.3' - testImplementation 'io.papermc.paper:paper-api:1.20-R0.1-SNAPSHOT' + testImplementation 'io.papermc.paper:paper-api:1.20.1-R0.1-SNAPSHOT' testImplementation 'org.junit.jupiter:junit-jupiter-api:5.9.3' testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3' }