Skip to content

Commit

Permalink
[AJ-1784] Update guava from 33.3.0-jre to 33.3.1-jre
Browse files Browse the repository at this point in the history
  • Loading branch information
broadbot committed Sep 30, 2024
1 parent d338348 commit d8b2119
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,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.3.0-jre",
"com.google.guava" % "guava" % "33.3.1-jre",
// END transitive dependency overrides

// elasticsearch requires log4j, but we redirect log4j to logback
Expand Down

0 comments on commit d8b2119

Please sign in to comment.