Skip to content

Commit

Permalink
Bump snappy-java to 1.1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jul 10, 2023
1 parent 9138eb8 commit 3182e8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ object Dependencies {
val hadoopGcpClient = "hadoop3-2.2.5"
val parquetHadoop = "1.12.3"
val jsonSmart = "2.4.9" // Fix CVE
val snappyJava = "1.1.10.1" // Fix CVE
val commonsText = "1.10.0" // Fix CVE
val ivy = "2.5.1" // Fix CVE

Expand Down Expand Up @@ -140,6 +141,7 @@ object Dependencies {
.exclude("com.amazonaws", "aws-java-sdk-bundle") // aws-java-sdk-core is already present in assembled jar
val hadoopGcp = "com.google.cloud.bigdataoss" % "gcs-connector" % V.hadoopGcpClient % Runtime
val jsonSmart = "net.minidev" % "json-smart" % V.jsonSmart
val snappyJava = "org.xerial.snappy" % "snappy-java" % V.snappyJava
val kinesisClient = ("software.amazon.kinesis" % "amazon-kinesis-client" % V.kinesisClient)
.exclude("software.amazon.glue", "schema-registry-common")
.exclude("software.amazon.glue", "schema-registry-serde")
Expand Down Expand Up @@ -304,6 +306,7 @@ object Dependencies {
hadoop,
parquetHadoop,
jsonSmart,
snappyJava,
specs2,
specs2ScalaCheck,
scalaCheck,
Expand Down

0 comments on commit 3182e8c

Please sign in to comment.