From d8447760a67a08e0f7bc1e4744cc8f3b6c5d3ed5 Mon Sep 17 00:00:00 2001 From: broadbot Date: Mon, 3 Jun 2024 12:01:03 +0000 Subject: [PATCH] [AJ-1784] Update guava from 33.2.0-jre to 33.2.1-jre --- project/Dependencies.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 73df7968b..b6c658f53 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -34,7 +34,7 @@ object Dependencies { // TODO: can these move to sbt's dependencyOverrides? "io.netty" % "netty-handler" % nettyV, // netty is needed by the Elasticsearch client at runtime "org.apache.lucene" % "lucene-queryparser" % "6.6.6", // pin to this version; it's the latest compatible with our elasticsearch client - "com.google.guava" % "guava" % "33.2.0-jre", + "com.google.guava" % "guava" % "33.2.1-jre", // END transitive dependency overrides // elasticsearch requires log4j, but we redirect log4j to logback