Skip to content

Commit

Permalink
Bump org.bstats:bstats-bukkit from 1.8 to 3.0.3
Browse files Browse the repository at this point in the history
Bumps [org.bstats:bstats-bukkit](https://github.com/Bastian/bStats-Metrics) from 1.8 to 3.0.3.
- [Release notes](https://github.com/Bastian/bStats-Metrics/releases)
- [Commits](https://github.com/Bastian/bStats-Metrics/commits/v3.0.3)

---
updated-dependencies:
- dependency-name: org.bstats:bstats-bukkit
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Aug 20, 2024
1 parent 0736f85 commit 01c91be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies/worldguard7/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ dependencies {
implementation project(':api')
compileOnly 'com.sk89q.worldguard:worldguard-bukkit:7.0.5'
testImplementation 'io.papermc:paperlib:1.0.6'
testImplementation 'org.bstats:bstats-bukkit:1.8'
testImplementation 'org.bstats:bstats-bukkit:3.0.3'
}
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
implementation project(':dependencies:worldguard7')
implementation 'com.zaxxer:HikariCP:4.0.3'
implementation 'org.slf4j:slf4j-nop:2.0.13'
implementation 'org.bstats:bstats-bukkit:3.0.2'
implementation 'org.bstats:bstats-bukkit:3.0.3'
}

shadowJar {
Expand Down

0 comments on commit 01c91be

Please sign in to comment.