Skip to content

Commit

Permalink
Update snappy-java to 1.1.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial-bot committed Sep 27, 2023
1 parent cde44b9 commit b73ae3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -903,7 +903,7 @@ lazy val parquet =
"org.apache.hadoop" % "hadoop-aws" % "3.3.6" % Provided,
"software.amazon.awssdk" % "auth" % "2.20.141" % Provided,
// For Apple Silicon (M1)
"org.xerial.snappy" % "snappy-java" % "1.1.10.4",
"org.xerial.snappy" % "snappy-java" % "1.1.10.5",
"org.slf4j" % "slf4j-jdk14" % SLF4J_VERSION % Optional,
"org.apache.parquet" % "parquet-avro" % PARQUET_VERSION % Test
)
Expand Down

0 comments on commit b73ae3e

Please sign in to comment.