From cddc665f87453fec84f79bf54fd6aed6b5d72fe9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 00:35:33 +0000 Subject: [PATCH] Bump com.velocitypowered:velocity-api in /Plan Bumps [com.velocitypowered:velocity-api](https://github.com/PaperMC/Velocity) from 3.5.0-SNAPSHOT to 4.0.0. - [Commits](https://github.com/PaperMC/Velocity/commits) --- updated-dependencies: - dependency-name: com.velocitypowered:velocity-api dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index bd500b0946..c34f6f6308 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -60,7 +60,7 @@ subprojects { spongeVersion = "14.0.0" nukkitVersion = "1.0-SNAPSHOT" bungeeVersion = "1.16-R0.4" - velocityVersion = "3.5.0-SNAPSHOT" + velocityVersion = "4.0.0" redisBungeeVersion = "0.3.8-SNAPSHOT" redisBungeeProxioDevVersion = "0.7.3"