From 4c75ab5e555ea00810c91ce9ad91e11c044039e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Dec 2021 12:15:33 +0000 Subject: [PATCH] Bump spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.18.1-R0.1-SNAPSHOT Bumps spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.18.1-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production update-type: version-update:semver-minor ... 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..e9d45d2 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.1-R0.1-SNAPSHOT' testImplementation 'junit:junit:4.13.2' testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.5.0'