From abc0c10200c2dfdc58dc0151782cacaf21839a19 Mon Sep 17 00:00:00 2001 From: William Date: Mon, 24 Jun 2024 11:44:15 +0100 Subject: [PATCH] deps: bump deps bumps adventure-platform-bukkit to 4.3.3 bumps guava to 33.2.1 --- bukkit/build.gradle | 4 ++-- common/build.gradle | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/bukkit/build.gradle b/bukkit/build.gradle index 16f4d74f..f75f9e5b 100644 --- a/bukkit/build.gradle +++ b/bukkit/build.gradle @@ -4,7 +4,7 @@ dependencies { implementation 'org.bstats:bstats-bukkit:3.0.2' implementation 'io.papermc:paperlib:1.0.8' implementation 'space.arim.morepaperlib:morepaperlib:0.4.4' - implementation 'net.kyori:adventure-platform-bukkit:4.3.2' + implementation 'net.kyori:adventure-platform-bukkit:4.3.3' 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.2' + testImplementation 'net.kyori:adventure-platform-bukkit:4.3.3' 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 4e2c72c2..2ad136fd 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.0-jre' + compileOnly 'com.google.guava:guava:33.2.1-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.0-jre' + testImplementation 'com.google.guava:guava:33.2.1-jre' annotationProcessor 'org.projectlombok:lombok:1.18.32' } \ No newline at end of file