Skip to content

Commit

Permalink
Bump json-smart to 2.4.9
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Jul 10, 2023
1 parent 2ddf367 commit 9138eb8
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 @@ -51,6 +51,7 @@ object Dependencies {
val hadoopClient = "3.3.4"
val hadoopGcpClient = "hadoop3-2.2.5"
val parquetHadoop = "1.12.3"
val jsonSmart = "2.4.9" // Fix CVE
val commonsText = "1.10.0" // Fix CVE
val ivy = "2.5.1" // Fix CVE

Expand Down Expand Up @@ -138,6 +139,7 @@ object Dependencies {
val hadoopAws = ("org.apache.hadoop" % "hadoop-aws" % V.hadoopClient % Runtime)
.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 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 @@ -301,6 +303,7 @@ object Dependencies {
parquet4s,
hadoop,
parquetHadoop,
jsonSmart,
specs2,
specs2ScalaCheck,
scalaCheck,
Expand Down

0 comments on commit 9138eb8

Please sign in to comment.