diff --git a/common/build.gradle b/common/build.gradle index ea37d5a4..397af352 100644 --- a/common/build.gradle +++ b/common/build.gradle @@ -16,7 +16,7 @@ dependencies { } compileOnly 'org.jetbrains:annotations:26.0.1' - compileOnly 'com.google.guava:guava:33.3.1-jre' + compileOnly 'com.google.guava:guava:33.4.0-jre' compileOnly 'net.kyori:adventure-api:4.17.0' compileOnly 'net.kyori:adventure-platform-api:4.3.4' compileOnly 'com.github.plan-player-analytics:Plan:5.6.2883' @@ -34,7 +34,7 @@ dependencies { testImplementation 'com.github.plan-player-analytics:Plan:5.6.2883' testImplementation 'com.github.yuriy-g:simple-java-plot:5c502c2e98' - testImplementation 'com.google.guava:guava:33.3.1-jre' + testImplementation 'com.google.guava:guava:33.4.0-jre' annotationProcessor 'org.projectlombok:lombok:1.18.36' } \ No newline at end of file