From 73de08eea9ffd54e4d28803d72509b31127d422d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 22 Oct 2024 20:37:11 +0100 Subject: [PATCH] deps: bump org.bstats:bstats-velocity from 3.0.3 to 3.1.0 (#217) Bumps [org.bstats:bstats-velocity](https://github.com/Bastian/bStats-Metrics) from 3.0.3 to 3.1.0. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.0.3...v3.1.0) --- updated-dependencies: - dependency-name: org.bstats:bstats-velocity dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4a8ea3..81b7d8c 100644 --- a/build.gradle +++ b/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'org.apache.commons:commons-text:1.12.0' implementation 'net.william278:desertwell:2.0.4' implementation 'net.william278:minedown:1.8.2' - implementation 'org.bstats:bstats-velocity:3.0.3' + implementation 'org.bstats:bstats-velocity:3.1.0' implementation 'de.exlll:configlib-yaml:4.5.0' implementation 'org.apache.commons:commons-jexl3:3.4.0' implementation 'net.jodah:expiringmap:0.5.11'