File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -52,6 +52,7 @@ object Dependencies {
52
52
val hadoopGcpClient = " hadoop3-2.2.5"
53
53
val parquetHadoop = " 1.12.3"
54
54
val jsonSmart = " 2.4.9" // Fix CVE
55
+ val snappyJava = " 1.1.10.1" // Fix CVE
55
56
val commonsText = " 1.10.0" // Fix CVE
56
57
val ivy = " 2.5.1" // Fix CVE
57
58
@@ -140,6 +141,7 @@ object Dependencies {
140
141
.exclude(" com.amazonaws" , " aws-java-sdk-bundle" ) // aws-java-sdk-core is already present in assembled jar
141
142
val hadoopGcp = " com.google.cloud.bigdataoss" % " gcs-connector" % V .hadoopGcpClient % Runtime
142
143
val jsonSmart = " net.minidev" % " json-smart" % V .jsonSmart
144
+ val snappyJava = " org.xerial.snappy" % " snappy-java" % V .snappyJava
143
145
val kinesisClient = (" software.amazon.kinesis" % " amazon-kinesis-client" % V .kinesisClient)
144
146
.exclude(" software.amazon.glue" , " schema-registry-common" )
145
147
.exclude(" software.amazon.glue" , " schema-registry-serde" )
@@ -304,6 +306,7 @@ object Dependencies {
304
306
hadoop,
305
307
parquetHadoop,
306
308
jsonSmart,
309
+ snappyJava,
307
310
specs2,
308
311
specs2ScalaCheck,
309
312
scalaCheck,
You can’t perform that action at this time.
0 commit comments