diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 7c09cfb..7ccaa6c 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ junit = "5.14.3" commons-text = { group = "org.apache.commons", name = "commons-text", version = "1.15.0" } commons-codec = { group = "commons-codec", name = "commons-codec", version = "1.21.0" } commons-csv = { group = "org.apache.commons", name = "commons-csv", version = "1.14.1" } -guava = { group = "com.google.guava", name = "guava", version = "33.0.0-jre" } +guava = { group = "com.google.guava", name = "guava", version = "33.5.0-jre" } jgrapht = { group = "org.jgrapht", name = "jgrapht-core", version = "1.5.2" } junit-platform-launcher = { group = "org.junit.platform", name = "junit-platform-launcher" }