Skip to content

Commit

Permalink
bump: parquet-avro 1.14.2 (was 1.13.1) (#3262)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 30, 2024
1 parent 5ce6bbc commit 498cf6c
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 @@ -178,7 +178,7 @@ object Dependencies {

val AvroParquet = Seq(
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-avro" % "1.13.1", //Apache2
"org.apache.parquet" % "parquet-avro" % "1.14.2", //Apache2
// 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 498cf6c

Please sign in to comment.