From b319cbf52051bca7f35dcaf96eef3c23fcd11442 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Mon, 14 Oct 2024 12:25:54 +0200 Subject: [PATCH] Update guava to 33.3.1-jre (#1045) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 20559fde..4bdcaf91 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ val bigqueryVersion = "v2-rev20240229-2.0.0" val bigtableVersion = "2.44.0" val catsVersion = "2.12.0" val datastoreVersion = "2.21.3" -val guavaVersion = "33.3.0-jre" +val guavaVersion = "33.3.1-jre" val hadoopVersion = "3.4.0" val jacksonVersion = "2.17.2" val jodaTimeVersion = "2.13.0"