From daa19f0dcc14fa0c05b8daf41296f88b96203cf6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 15 Jul 2026 22:33:02 +0000 Subject: [PATCH] Update dependency com.velocitypowered:velocity-api to v3.5.1 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 15c7adf..d040dc8 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:3.4.0") + library("velocity", "com.velocitypowered:velocity-api:3.5.1") library("paper", "io.papermc.paper:paper-api:26.1.2.build.74-stable") plugin("shadow", "com.gradleup.shadow").version("9.5.1") plugin("pluginyml", "net.minecrell.plugin-yml.bukkit").version("0.6.0")