Skip to content

Commit

Permalink
Update parquet-avro, parquet-hadoop to 1.14.1 (#990)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 27, 2024
1 parent 6edb048 commit 7f65cb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ val jodaTimeVersion = "2.12.7"
val munitVersion = "1.0.0"
val neo4jDriverVersion = "4.4.12"
val paigesVersion = "0.4.3"
val parquetVersion = "1.14.0"
val parquetVersion = "1.14.1"
val protobufVersion = "3.25.2"
val refinedVersion = "0.11.1"
val scalaCollectionCompatVersion = "2.12.0"
Expand Down
2 changes: 1 addition & 1 deletion scalafix/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ def magnolify(version: String): List[ModuleID] = {
"com.google.cloud.datastore" % "datastore-v1-proto-client" % "2.18.4",
"com.google.guava" % "guava" % "33.1.0-jre",
"org.neo4j.driver" % "neo4j-java-driver" % "4.4.12",
"org.apache.parquet" % "parquet-hadoop" % "1.14.0",
"org.apache.parquet" % "parquet-hadoop" % "1.14.1",
"com.google.protobuf" % "protobuf-java" % "3.25.3",
"eu.timepit" %% "refined" % "0.11.2",
"org.scalacheck" %% "scalacheck" % "1.17.1",
Expand Down

0 comments on commit 7f65cb4

Please sign in to comment.