diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index b27b647..300c953 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -136,7 +136,7 @@ fuel-kotlinx-serialization = { group = "com.github.kittinunf.fuel", name = "fuel # Guava ## A set of core Java libraries from Google that includes new collection types, immutable collections, a graph library, ## and utilities for concurrency, I/O, hashing, caching, primitives, strings, and more -guava = { group = "com.google.guava", name = "guava", version = "32.1.2-jre" } +guava = { group = "com.google.guava", name = "guava", version = "32.1.3-jre" } # Guava Kotlin ## A wrapper around Guava to make it more idiomatic in kotlin guava-kotlin = { group = "ca.solo-studios", name = "guava-kotlin", version = "0.1.0" }