From 88dc0d8823c2c81eb581d251d5440c60a1f6c87e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:43:28 +0000 Subject: [PATCH] deps: bump org.bstats:bstats-velocity from 3.0.3 to 3.1.0 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e4a8ea37..81b7d8c2 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'