Skip to content

Commit

Permalink
Update guava to 33.4.0-jre
Browse files Browse the repository at this point in the history
Signed-off-by: Scala Steward <scala_steward@virtuslab.com>
  • Loading branch information
scala-steward authored and michaelmior committed Dec 17, 2024
1 parent 2e77bb0 commit c0eb394
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
@@ -30,7 +30,7 @@ object Dependencies {

// Overrides
// XXX Bundled version is vulnerable to CVE-2018-10237
lazy val guava = "com.google.guava" % "guava" % "33.3.1-jre"
lazy val guava = "com.google.guava" % "guava" % "33.4.0-jre"
// XXX This is necessary for Spark version consistency
lazy val jacksonDatabind =
"com.fasterxml.jackson.core" % "jackson-databind" % "2.15.2"

0 comments on commit c0eb394

Please sign in to comment.