diff --git a/build.gradle.kts b/build.gradle.kts index 8f040b7..521fbfa 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -59,7 +59,7 @@ dependencies { implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3") // This dependency is used internally, and not exposed to consumers on their own compile classpath. - implementation("com.google.guava:guava:32.1.2-jre") + implementation("com.google.guava:guava:33.0.0-jre") // This dependency is exported to consumers, that is to say found on their compile classpath. api("org.apache.commons:commons-math3:3.6.1")