diff --git a/build.gradle.kts b/build.gradle.kts index 505f50d..b6c0c88 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -49,7 +49,7 @@ dependencies { //Don't forget to also update the links in the html templates if you change this! // guava - implementation("com.google.guava:guava:32.1.2-jre") + implementation("com.google.guava:guava:33.3.1-jre") // logging implementation("ch.qos.logback:logback-core:${logbackVersion}")