From 2f98279951b8349f4fb162072084b8054aba03a9 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 19 Sep 2025 13:39:28 +0000 Subject: [PATCH] Update guava to 33.5.0-jre --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index a51e8c5c1..cbaa4f898 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -23,7 +23,7 @@ object Commons extends ProjectGroup("commons") { // option in IntelliJ's SBT settings. val forIdeaImport: Boolean = System.getProperty("idea.managed", "false").toBoolean && System.getProperty("idea.runid") == null - val guavaVersion = "33.4.8-jre" + val guavaVersion = "33.5.0-jre" val jsr305Version = "3.0.2" val scalatestVersion = "3.2.19" val scalatestplusScalacheckVersion = "3.2.14.0"