From 02e49a527b38393892aab6a34b65ac543f16a7bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 04:18:06 +0000 Subject: [PATCH] Bump spigot-api from 1.16.1-R0.1-SNAPSHOT to 1.19-R0.1-SNAPSHOT Bumps spigot-api from 1.16.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] --- football-bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/football-bukkit/build.gradle b/football-bukkit/build.gradle index 8e0eece..f94e87b 100644 --- a/football-bukkit/build.gradle +++ b/football-bukkit/build.gradle @@ -7,6 +7,6 @@ dependencies { compile 'com.fasterxml.jackson.core:jackson-databind:2.13.1' compile 'com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.13.1' - implementation 'org.spigotmc:spigot-api:1.16.1-R0.1-SNAPSHOT' + implementation 'org.spigotmc:spigot-api:1.19-R0.1-SNAPSHOT' implementation 'com.mojang:authlib:1.5.21' } \ No newline at end of file