From 2d47c18be69f7a99bf7a63b0d4fb1713fb5c662d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Oct 2021 11:00:17 +0000 Subject: [PATCH] Bump spigot-api from 1.17-R0.1-SNAPSHOT to 1.17.1-R0.1-SNAPSHOT Bumps spigot-api from 1.17-R0.1-SNAPSHOT to 1.17.1-R0.1-SNAPSHOT. --- updated-dependencies: - dependency-name: org.spigotmc:spigot-api dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- eco-api/build.gradle | 2 +- eco-core/core-backend/build.gradle | 2 +- eco-core/core-plugin/build.gradle | 2 +- eco-core/core-proxy/build.gradle | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eco-api/build.gradle b/eco-api/build.gradle index a5ed23d8..3af9bd1e 100644 --- a/eco-api/build.gradle +++ b/eco-api/build.gradle @@ -6,7 +6,7 @@ group 'com.willfp' version rootProject.version dependencies { - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'org.apache.maven:maven-artifact:3.0.3' compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT' compileOnly 'com.google.code.gson:gson:2.8.7' diff --git a/eco-core/core-backend/build.gradle b/eco-core/core-backend/build.gradle index ed1d62a9..e39f6339 100644 --- a/eco-core/core-backend/build.gradle +++ b/eco-core/core-backend/build.gradle @@ -2,7 +2,7 @@ group 'com.willfp' version rootProject.version dependencies { - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'me.clip:placeholderapi:2.10.9' compileOnly 'org.reflections:reflections:0.9.12' compileOnly 'net.kyori:adventure-text-minimessage:4.1.0-SNAPSHOT' diff --git a/eco-core/core-plugin/build.gradle b/eco-core/core-plugin/build.gradle index 5a2dc068..5665af99 100644 --- a/eco-core/core-plugin/build.gradle +++ b/eco-core/core-plugin/build.gradle @@ -5,7 +5,7 @@ dependencies { implementation 'org.bstats:bstats-bukkit:1.7' compileOnly 'org.apache.maven:maven-artifact:3.0.3' compileOnly 'com.google.code.gson:gson:2.8.7' - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly project(":eco-core:core-proxy") compileOnly project(":eco-core:core-backend") compileOnly 'com.comphenix.protocol:ProtocolLib:4.6.0-SNAPSHOT' diff --git a/eco-core/core-proxy/build.gradle b/eco-core/core-proxy/build.gradle index 79383589..5795f8bc 100644 --- a/eco-core/core-proxy/build.gradle +++ b/eco-core/core-proxy/build.gradle @@ -2,5 +2,5 @@ group 'com.willfp' version rootProject.version dependencies { - compileOnly 'org.spigotmc:spigot-api:1.17-R0.1-SNAPSHOT' + compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' } \ No newline at end of file