From d6010d540ac2ab43a49ff38d0d97cf6e6cd707e0 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 2 Jun 2024 12:42:37 +0000 Subject: [PATCH] Update guava to 33.2.1-jre --- project/Commons.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Commons.scala b/project/Commons.scala index 719e0d7f7..531a524b4 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.0-jre" + val guavaVersion = "33.2.1-jre" val jsr305Version = "3.0.2" val scalatestVersion = "3.2.18" val scalatestplusScalacheckVersion = "3.2.14.0"