From 1d9bb82602cf2fff2265da351437d7d116ca5af7 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Apr 2026 14:57:56 +0000 Subject: [PATCH] Update guava to 33.6.0-jre --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index fe10035..ef2dc8f 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val slf4jVersion = "2.0.17" val logbackVersion = "1.5.32" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.21.0" -val guavaVersion = "33.5.0-jre" +val guavaVersion = "33.6.0-jre" val commonsNetVersion = "3.13.0" val scalatestVersion = "3.2.20"