From 4bdd8eb5d5ffc351c162b11753860e18003d79bb Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 17 Aug 2024 12:57:09 +0000 Subject: [PATCH] Update guava to 33.3.0-jre --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index eb7b55095..c3000e6ea 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.2.1-jre" + val guavaVersion = "33.3.0-jre" val jsr305Version = "3.0.2" val scalatestVersion = "3.2.19" val scalatestplusScalacheckVersion = "3.2.14.0"