Skip to content

Commit

Permalink
Update guava from 32.1.3-jre to 33.0.0-jre (#1267)
Browse files Browse the repository at this point in the history
Co-authored-by: Bria Morgan <calypsomatic@gmail.com>
  • Loading branch information
broadbot and calypsomatic authored Jan 2, 2024
1 parent 7865b2e commit 56d8463
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 @@ -36,7 +36,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" % "32.1.3-jre",
"com.google.guava" % "guava" % "33.0.0-jre",
// END transitive dependency overrides

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

0 comments on commit 56d8463

Please sign in to comment.