From e71f71472b7339239e650993f17eccbe089c9c48 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 00:24:12 +0000 Subject: [PATCH] Update dependency com.velocitypowered:velocity-api to v4.1.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index c30e5f9..c39bb3b 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -34,7 +34,7 @@ dependencyResolutionManagement { library("eldoutil-plugin", "de.eldoria.util", "plugin").versionRef("eldoutil") bundle("eldoutil", listOf("eldoutil-plugin")) - library("velocity", "com.velocitypowered:velocity-api:4.0.0") + library("velocity", "com.velocitypowered:velocity-api:4.1.1") library("paper", "io.papermc.paper:paper-api:26.2.build.121-stable") plugin("shadow", "com.gradleup.shadow").version("9.6.1") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0")