From edbd41c99bcaec0761c8d2acd2231b91add600b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:17:50 +0000 Subject: [PATCH] deps: bump com.velocitypowered:velocity-api Bumps com.velocitypowered:velocity-api from 3.5.0-SNAPSHOT to 3.6.0-SNAPSHOT. --- updated-dependencies: - dependency-name: com.velocitypowered:velocity-api dependency-version: 3.6.0-SNAPSHOT dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 6c31dd1..af64769 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -82,7 +82,7 @@ dependencies { // compile-only: the proxy plugin is optional, and operators should test // against their production Velocity build. If API breaks occur, pin to a // specific build number (e.g. 3.5.0-SNAPSHOT-599). - compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + compileOnly("com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") compileOnly("org.slf4j:slf4j-api:2.0.18") // Netty BOM must be declared with platform(...) so Gradle treats it as a // BOM (dependency constraints) rather than a regular dependency. Without @@ -268,7 +268,7 @@ tasks.named("processVelocityResources") { val velocityOnly = configurations.create("velocityOnly") dependencies { - add("velocityOnly", "com.velocitypowered:velocity-api:3.5.0-SNAPSHOT") + add("velocityOnly", "com.velocitypowered:velocity-api:3.6.0-SNAPSHOT") add("velocityOnly", "org.slf4j:slf4j-api:2.0.18") // Adventure exposes JetBrains annotations in its public API but does not // publish them transitively for this custom compile-only configuration.