From 2decddd09a6b18517146f085147dcb0ae99de395 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 12:10:35 +0000 Subject: [PATCH] Bump spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.19-R0.1-SNAPSHOT Bumps spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.19-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..b7c6b95 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.19-R0.1-SNAPSHOT' testImplementation 'junit:junit:4.13.2' testImplementation 'com.github.seeseemelk:MockBukkit-v1.16:1.5.0'