diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 1fc78e78..56ade4ee 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation project(':api') implementation project(path: ':common', configuration: 'shadow') - implementation 'org.bstats:bstats-bukkit:2.2.1' + implementation 'org.bstats:bstats-bukkit:3.0.0' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' compileOnly 'net.craftersland.data:bridge:4.0.1' diff --git a/bungeecord/build.gradle b/bungeecord/build.gradle index a74da139..7ffb9e9e 100644 --- a/bungeecord/build.gradle +++ b/bungeecord/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation project(path: ':common', configuration: 'shadow') implementation 'com.zaxxer:HikariCP:5.0.1' - implementation 'org.bstats:bstats-bungeecord:2.2.1' + implementation 'org.bstats:bstats-bungeecord:3.0.0' implementation 'de.themoep:minedown:1.7.1-SNAPSHOT' implementation 'net.byteflux:libby-bungee:1.1.5' diff --git a/velocity/build.gradle b/velocity/build.gradle index b0b70da2..724b0f2d 100644 --- a/velocity/build.gradle +++ b/velocity/build.gradle @@ -2,7 +2,7 @@ dependencies { implementation project(path: ':common', configuration: 'shadow') implementation 'com.zaxxer:HikariCP:5.0.1' - implementation 'org.bstats:bstats-velocity:2.2.1' + implementation 'org.bstats:bstats-velocity:3.0.0' implementation 'de.themoep:minedown-adventure:1.7.1-SNAPSHOT' implementation 'net.byteflux:libby-velocity:1.1.5'