From c250c48be97cf4f4b9a1a67a3b73c131f8cc36b8 Mon Sep 17 00:00:00 2001 From: "scala-steward-asf[bot]" <147768647+scala-steward-asf[bot]@users.noreply.github.com> Date: Sat, 6 Apr 2024 19:06:16 +0800 Subject: [PATCH] Update guava to 33.1.0-jre (#1259) Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com> Co-authored-by: PJ Fanning --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 0e24419f67..daa91e5802 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -121,7 +121,7 @@ object Dependencies { val commonsIo = "commons-io" % "commons-io" % "2.16.0" % Test val commonsCodec = "commons-codec" % "commons-codec" % "1.16.1" % Test val commonsCompress = "org.apache.commons" % "commons-compress" % "1.26.1" % Test - val guava = "com.google.guava" % "guava" % "33.0.0-jre" % Test + val guava = "com.google.guava" % "guava" % "33.1.0-jre" % Test val junit = "junit" % "junit" % junitVersion % Test val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test