Skip to content

Commit

Permalink
parquet 1.14.1 (#700)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Jun 17, 2024
1 parent 045b574 commit 91618e1
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 @@ -215,7 +215,7 @@ object Dependencies {

val AvroParquet = Seq(
libraryDependencies ++= Seq(
"org.apache.parquet" % "parquet-avro" % "1.13.1",
"org.apache.parquet" % "parquet-avro" % "1.14.1",
"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 91618e1

Please sign in to comment.