From c4ac85068d556fa85236e49197c6cff790d472ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 21 Mar 2025 14:32:24 +0000 Subject: [PATCH] Update guava to 33.4.5-jre --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 98f080fde..557be86c7 100644 --- a/project/Commons.scala +++ b/project/Commons.scala @@ -24,7 +24,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.0-jre" + val guavaVersion = "33.4.5-jre" val jsr305Version = "3.0.2" val scalatestVersion = "3.2.19" val scalatestplusScalacheckVersion = "3.2.14.0"