diff --git a/common/build.gradle b/common/build.gradle index f4abce41..415d80bc 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -22,7 +22,7 @@ dependencies { compileOnly "com.h2database:h2:${h2_driver_version}" compileOnly 'org.jetbrains:annotations:24.1.0' - compileOnly 'com.google.guava:guava:33.0.0-jre' + compileOnly 'com.google.guava:guava:33.1.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' @@ -31,7 +31,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.0.0-jre' + testImplementation 'com.google.guava:guava:33.1.0-jre' annotationProcessor 'org.projectlombok:lombok:1.18.30' } \ No newline at end of file