diff --git a/build.sbt b/build.sbt index 8c49c665f..acf3495c8 100644 --- a/build.sbt +++ b/build.sbt @@ -191,7 +191,7 @@ ThisBuild / coreDependencies := (providedSparkDependencies.value ++ testCoreDepe "org.yaml" % "snakeyaml" % "2.2", "com.univocity" % "univocity-parsers" % "2.9.1", // Fix CVE: Upgrade Avro to 1.11.4+ to fix Arbitrary Code Execution vulnerability - "org.apache.avro" % "avro" % "1.11.4" + "org.apache.avro" % "avro" % "1.11.5" )).map(_.exclude("com.google.code.findbugs", "jsr305")) lazy val root = (project in file(".")).aggregate(core, python, docs)