From ecb43a0f63c78c7f52fa7124805b08e48c9123c0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 19 Aug 2026 14:45:51 +0000 Subject: [PATCH] Update guava to 33.7.1-jre --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9cb45c3..d77299f 100644 --- a/build.sbt +++ b/build.sbt @@ -26,7 +26,7 @@ val slf4jVersion = "2.0.18" val logbackVersion = "1.5.38" // Tests only val commonsLang3Version = "3.20.0" val commonsCodecVersion = "1.22.1" -val guavaVersion = "33.6.0-jre" +val guavaVersion = "33.7.1-jre" val commonsNetVersion = "3.13.0" val scalatestVersion = "3.2.20"