From 22fa29740f7208fa628f1ac72f1636e19be4b61c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 6 Mar 2024 19:56:06 +0000 Subject: [PATCH] Bump com.velocitypowered:velocity-api Bumps com.velocitypowered:velocity-api from 3.3.0-SNAPSHOT to 4.0.0-SNAPSHOT. --- updated-dependencies: - dependency-name: com.velocitypowered:velocity-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c63e477..2eb5bf6 100644 --- a/build.gradle +++ b/build.gradle @@ -27,9 +27,9 @@ dependencies { implementation 'it.fulminazzo:YAMLParser:1.5.9' - compileOnly "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT" - annotationProcessor "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT" - testImplementation "com.velocitypowered:velocity-api:3.3.0-SNAPSHOT" + compileOnly "com.velocitypowered:velocity-api:4.0.0-SNAPSHOT" + annotationProcessor "com.velocitypowered:velocity-api:4.0.0-SNAPSHOT" + testImplementation "com.velocitypowered:velocity-api:4.0.0-SNAPSHOT" testImplementation platform('org.junit:junit-bom:5.10.2') testImplementation 'org.junit.jupiter:junit-jupiter'