From e59cbe6ff038eadda5b86b050ad80a29db66cf82 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 21 Aug 2024 10:37:44 +0100 Subject: [PATCH] deps: bump org.bstats:bstats-velocity from 3.0.2 to 3.0.3 (#213) Bumps [org.bstats:bstats-velocity](https://github.com/Bastian/bStats-Metrics) from 3.0.2 to 3.0.3. - [Release notes](https://github.com/Bastian/bStats-Metrics/releases) - [Commits](https://github.com/Bastian/bStats-Metrics/compare/v3.0.2...v3.0.3) --- updated-dependencies: - dependency-name: org.bstats:bstats-velocity dependency-type: direct:production update-type: version-update:semver-patch ... 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 6a8a967..bb0a816 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.2' + implementation 'org.bstats:bstats-velocity:3.0.3' implementation 'de.exlll:configlib-yaml:4.5.0' implementation 'org.apache.commons:commons-jexl3:3.4.0' implementation 'net.jodah:expiringmap:0.5.11'