Skip to content

Commit

Permalink
Update parquet-avro to 1.14.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Oct 6, 2024
1 parent ab687eb commit 6582d5d
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 @@ -219,7 +219,7 @@ object Dependencies {

val AvroParquet = Seq(
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-avro" % "1.14.2",
"org.apache.parquet" % "parquet-avro" % "1.14.3",
"org.apache.avro" % "avro" % AvroVersion,
("org.apache.hadoop" % "hadoop-client" % "3.3.6" % Test).exclude("log4j", "log4j"),
("org.apache.hadoop" % "hadoop-common" % "3.3.6" % Test).exclude("log4j", "log4j"),
Expand Down

0 comments on commit 6582d5d

Please sign in to comment.