Skip to content

Commit

Permalink
commenet to explain the override
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Nov 22, 2023
1 parent 2e02b6f commit 7d369b4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,8 @@ object Dependencies {
val AvroParquet = Seq(
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-avro" % "1.13.1", //Apache2
"org.apache.avro" % "avro" % "1.11.3"
// override the version brought in by parquet-avro to fix CVE-2023-39410
"org.apache.avro" % "avro" % "1.11.3" //Apache2
),

)
Expand Down

0 comments on commit 7d369b4

Please sign in to comment.