Skip to content

Commit caf4028

Browse files
bump: parquet-avro 1.14.4 (was 1.14.2) (#3313)
1 parent 4ca324f commit caf4028

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ object Dependencies {
194194

195195
val AvroParquet = Seq(
196196
libraryDependencies ++= Seq(
197-
"org.apache.parquet" % "parquet-avro" % "1.14.2", //Apache2
197+
"org.apache.parquet" % "parquet-avro" % "1.14.4", //Apache2
198198
// override the version brought in by parquet-avro to fix CVE-2023-39410
199199
"org.apache.avro" % "avro" % "1.12.0" //Apache2
200200
)

0 commit comments

Comments
 (0)