From f1e54821c1c6ae2f73834e9fd6b405810c659ca2 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Fri, 30 Jun 2023 11:13:12 +0200 Subject: [PATCH] Update guava to 32.1.0-jre (#774) Co-authored-by: Michel Davit --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 31c2e07d0..c9d219b63 100644 --- a/build.sbt +++ b/build.sbt @@ -25,7 +25,7 @@ val bigqueryVersion = "v2-rev20230520-2.0.0" val bigtableVersion = "2.24.1" val catsVersion = "2.9.0" val datastoreVersion = "2.16.0" -val guavaVersion = "32.0.1-jre" +val guavaVersion = "32.1.0-jre" val hadoopVersion = "3.3.6" val jacksonVersion = "2.15.2" val jodaTimeVersion = "2.12.5"