From 58d6944f7e7e9ab86e4ee4432f8d53ded7800ec4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:36:15 +0000 Subject: [PATCH] chore(deps): bump org.bstats:bstats-velocity from 3.1.0 to 3.2.1 Bumps [org.bstats:bstats-velocity](https://github.com/Bastian/bStats-Metrics) from 3.1.0 to 3.2.1. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.1.0...v3.2.1) --- updated-dependencies: - dependency-name: org.bstats:bstats-velocity dependency-version: 3.2.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- velocity/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/velocity/build.gradle.kts b/velocity/build.gradle.kts index 77e1f2a..6212c94 100644 --- a/velocity/build.gradle.kts +++ b/velocity/build.gradle.kts @@ -13,7 +13,7 @@ java { dependencies { implementation(project(":common")) - implementation("org.bstats:bstats-velocity:3.1.0") + implementation("org.bstats:bstats-velocity:3.2.1") implementation("com.github.thatsmusic99:ConfigurationMaster-API:v2.0.0-rc.3") compileOnly("com.velocitypowered:velocity-api:3.5.0-SNAPSHOT")