From 3b7bb2714a57584d49d93c0fa1c18895f04eccbc Mon Sep 17 00:00:00 2001 From: William Date: Thu, 22 Aug 2024 13:26:38 +0100 Subject: [PATCH] build(deps): bump bstats, guava, run-paper, adventure-platform --- bukkit/build.gradle | 6 +++--- common/build.gradle | 4 ++-- paper/build.gradle | 4 ++-- sponge/build.gradle | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 4536a20e..8f05bf79 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -1,10 +1,10 @@ dependencies { implementation project(':common') - implementation 'org.bstats:bstats-bukkit:3.0.2' + implementation 'org.bstats:bstats-bukkit:3.0.3' implementation 'io.papermc:paperlib:1.0.8' implementation 'space.arim.morepaperlib:morepaperlib:0.4.4' - implementation 'net.kyori:adventure-platform-bukkit:4.3.3' + implementation 'net.kyori:adventure-platform-bukkit:4.3.4' compileOnly 'org.spigotmc:spigot-api:1.17.1-R0.1-SNAPSHOT' compileOnly 'org.jetbrains:annotations:24.1.0' @@ -19,7 +19,7 @@ dependencies { testImplementation 'com.github.seeseemelk:MockBukkit-v1.17:1.13.0' testImplementation 'net.william278:minedown:1.8.2' - testImplementation 'net.kyori:adventure-platform-bukkit:4.3.3' + testImplementation 'net.kyori:adventure-platform-bukkit:4.3.4' testImplementation 'org.apache.commons:commons-text:1.12.0' testImplementation "redis.clients:jedis:${jedis_version}" testImplementation "org.xerial:sqlite-jdbc:${sqlite_driver_version}" diff --git a/common/build.gradle b/common/build.gradle index f687d561..d3406714 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -23,7 +23,7 @@ dependencies { compileOnly "org.postgresql:postgresql:${postgresql_driver_version}" compileOnly 'org.jetbrains:annotations:24.1.0' - compileOnly 'com.google.guava:guava:33.2.1-jre' + compileOnly 'com.google.guava:guava:33.3.0-jre' compileOnly 'com.github.plan-player-analytics:Plan:5.5.2391' compileOnly 'com.github.BlueMap-Minecraft:BlueMapAPI:2.6.0' compileOnly 'us.dynmap:DynmapCoreAPI:3.4' @@ -32,7 +32,7 @@ dependencies { testImplementation 'com.github.plan-player-analytics:Plan:5.5.2391' testImplementation 'com.github.yuriy-g:simple-java-plot:5c502c2e98' - testImplementation 'com.google.guava:guava:33.2.1-jre' + testImplementation 'com.google.guava:guava:33.3.0-jre' annotationProcessor 'org.projectlombok:lombok:1.18.34' } \ No newline at end of file diff --git a/paper/build.gradle b/paper/build.gradle index 221c8054..5e2738b8 100644 --- a/paper/build.gradle +++ b/paper/build.gradle @@ -1,5 +1,5 @@ plugins { - id 'xyz.jpenilla.run-paper' version '2.3.0' + id 'xyz.jpenilla.run-paper' version '2.3.1' } dependencies { @@ -7,7 +7,7 @@ dependencies { compileOnly project(':common') compileOnly 'io.papermc.paper:paper-api:1.19.4-R0.1-SNAPSHOT' - compileOnly 'org.bstats:bstats-bukkit:3.0.2' + compileOnly 'org.bstats:bstats-bukkit:3.0.3' compileOnly 'org.jetbrains:annotations:24.1.0' compileOnly 'net.william278:minedown:1.8.2' compileOnly 'net.william278:DesertWell:2.0.4' diff --git a/sponge/build.gradle b/sponge/build.gradle index 14373e0a..533ceb5b 100644 --- a/sponge/build.gradle +++ b/sponge/build.gradle @@ -8,7 +8,7 @@ plugins { dependencies { implementation project(path: ':common') - implementation 'org.bstats:bstats-sponge:3.0.2' + implementation 'org.bstats:bstats-sponge:3.0.3' 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}"