From 7d87768789955ae97c289a849f78cbdb9766fe20 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Feb 2023 22:00:56 +0000 Subject: [PATCH] Bump org.bstats:bstats-bukkit from 3.0.0 to 3.0.1 in /bukkit Bumps [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: org.bstats:bstats-bukkit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- bukkit/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 3b923331..3063bb66 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { - implementation 'org.bstats:bstats-bukkit:3.0.0' + implementation 'org.bstats:bstats-bukkit:3.0.1' testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0' testImplementation 'com.comphenix.protocol:ProtocolLib:4.8.0'