From b4fb66ffa0e41f2d4ec7b1be89fb1e07748e0942 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Sep 2023 21:25:15 +0000 Subject: [PATCH] Bump org.spigotmc:spigot-api Bumps org.spigotmc:spigot-api from 1.17.1-R0.1-SNAPSHOT to 1.20.2-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] --- eco-api/build.gradle.kts | 2 +- eco-core/core-backend/build.gradle.kts | 2 +- eco-core/core-proxy/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eco-api/build.gradle.kts b/eco-api/build.gradle.kts index 2469709db..5c345ba9b 100644 --- a/eco-api/build.gradle.kts +++ b/eco-api/build.gradle.kts @@ -3,7 +3,7 @@ dependencies { compileOnly("net.kyori:adventure-platform-bukkit:4.1.0") // Other - compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") compileOnly("com.comphenix.protocol:ProtocolLib:4.6.1-SNAPSHOT") compileOnly("com.google.code.gson:gson:2.8.8") } diff --git a/eco-core/core-backend/build.gradle.kts b/eco-core/core-backend/build.gradle.kts index df2586489..e4969349a 100644 --- a/eco-core/core-backend/build.gradle.kts +++ b/eco-core/core-backend/build.gradle.kts @@ -6,7 +6,7 @@ dependencies { implementation("org.reflections:reflections:0.9.12") implementation("org.objenesis:objenesis:3.2") - compileOnly("org.spigotmc:spigot-api:1.20-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") compileOnly("me.clip:placeholderapi:2.10.10") compileOnly("net.kyori:adventure-text-minimessage:4.10.0") compileOnly("net.kyori:adventure-platform-bukkit:4.1.0") diff --git a/eco-core/core-proxy/build.gradle.kts b/eco-core/core-proxy/build.gradle.kts index aa3d26176..457a3a36f 100644 --- a/eco-core/core-proxy/build.gradle.kts +++ b/eco-core/core-proxy/build.gradle.kts @@ -2,5 +2,5 @@ group = "com.willfp" version = rootProject.version dependencies { - compileOnly("org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT") + compileOnly("org.spigotmc:spigot-api:1.20.2-R0.1-SNAPSHOT") }