Skip to content

Commit

Permalink
deps: bump org.bstats:bstats-sponge from 3.0.3 to 3.1.0 (#691)
Browse files Browse the repository at this point in the history
Bumps [org.bstats:bstats-sponge](https://github.com/Bastian/bStats-Metrics) from 3.0.3 to 3.1.0.
- [Release notes](https://github.com/Bastian/bStats-Metrics/releases)
- [Commits](Bastian/bstats-metrics@v3.0.3...v3.1.0)

---
updated-dependencies:
- dependency-name: org.bstats:bstats-sponge
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 15, 2024
1 parent ab7237f commit 855e7a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sponge/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
dependencies {
implementation project(path: ':common')

implementation 'org.bstats:bstats-sponge:3.0.3'
implementation 'org.bstats:bstats-sponge:3.1.0'
implementation "redis.clients:jedis:${jedis_version}"
implementation "com.mysql:mysql-connector-j:${mysql_driver_version}"
implementation "org.mariadb.jdbc:mariadb-java-client:${mariadb_driver_version}"
Expand Down

0 comments on commit 855e7a3

Please sign in to comment.