From 715a989a4d1cc886b554321faba2d7613890a223 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 00:29:35 +0000 Subject: [PATCH] Update dependency net.md-5:bungeecord-api to v1.21-R0.3 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec75ca8..71cb871 100644 --- a/build.gradle +++ b/build.gradle @@ -30,7 +30,7 @@ repositories { dependencies { compileOnly 'org.jetbrains.kotlin:kotlin-stdlib:1.7.20' compileOnly 'org.spigotmc:spigot-api:1.18.1-R0.1-SNAPSHOT' - compileOnly 'net.md-5:bungeecord-api:1.18-R0.1-SNAPSHOT' + compileOnly 'net.md-5:bungeecord-api:1.21-R0.3' compileOnly 'xyz.theprogramsrc:simplecoreapi:0.3.4-SNAPSHOT' compileOnly 'xyz.theprogramsrc:translationsmodule:0.1.5-SNAPSHOT' compileOnly 'xyz.theprogramsrc:tasksmodule:0.1.0-SNAPSHOT'