From a2805213611cd1ec356f9576743421415a400901 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jun 2025 15:11:34 +0000 Subject: [PATCH] Bump com.velocitypowered:velocity-api Bumps com.velocitypowered:velocity-api from 3.2.0-SNAPSHOT to 4.0.0-SNAPSHOT. --- updated-dependencies: - dependency-name: com.velocitypowered:velocity-api dependency-version: 4.0.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bridge/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bridge/build.gradle b/bridge/build.gradle index a542553..8cdd042 100644 --- a/bridge/build.gradle +++ b/bridge/build.gradle @@ -4,7 +4,7 @@ dependencies { api project(':api') // Bungee oder Velocity-API (je nach Bedarf) - compileOnly 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT' - annotationProcessor 'com.velocitypowered:velocity-api:3.2.0-SNAPSHOT' + compileOnly 'com.velocitypowered:velocity-api:4.0.0-SNAPSHOT' + annotationProcessor 'com.velocitypowered:velocity-api:4.0.0-SNAPSHOT' compileOnly("io.papermc.paper:paper-api:1.17-R0.1-SNAPSHOT") } \ No newline at end of file