From dca3c2cf6a0d86bde5a696936fd24432a18dd8ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Nov 2021 02:22:54 +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 5229578..c9a4222 100644 --- a/build.gradle +++ b/build.gradle @@ -37,7 +37,7 @@ dependencies { testAnnotationProcessor 'org.projectlombok:lombok:1.18.20' implementation 'com.fasterxml.jackson.core:jackson-databind:2.13.0' implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.0' - compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.18-pre5-R0.1-SNAPSHOT' } test {