From 64f3e115a82fe4cb1b6158a088cf07ceb8b00899 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 12:15:14 +0000 Subject: [PATCH] Bump spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.18-pre5-R0.1-SNAPSHOT Bumps spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.18-pre5-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ba0be36..11cc153 100644 --- a/build.gradle +++ b/build.gradle @@ -87,7 +87,7 @@ sonarqube { dependencies { - implementation 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' + implementation 'org.spigotmc:spigot-api:1.18-pre5-R0.1-SNAPSHOT' testImplementation 'junit:junit:4.13.2' testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.5.0'