From d3f4b3bce79c1aae97c5c87ae13e8eb5bab5cc6d Mon Sep 17 00:00:00 2001 From: halotukozak Date: Wed, 2 Oct 2024 20:13:44 +0200 Subject: [PATCH] update Guava to 33.3.1-jre --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3802abf..7adefe6 100644 --- a/build.sbt +++ b/build.sbt @@ -27,7 +27,7 @@ val slf4jVersion = "2.0.16" val logbackVersion = "1.5.7" // Tests only val commonsLang3Version = "3.17.0" val commonsCodecVersion = "1.17.1" -val guavaVersion = "33.3.0-jre" +val guavaVersion = "33.3.1-jre" val commonsNetVersion = "3.11.1" val scalatestVersion = "3.2.19"