Skip to content

Commit

Permalink
Bump gson to 2.8.9 (close #53)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed Dec 15, 2021
1 parent 6062b40 commit 3e65ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ val scalatestVersion = "3.2.10"
val scalatestPlusVersion = "3.1.2.0"
val circe = "0.14.1"
val igluCore = "1.0.1"
val gson = "2.8.9" // An override, to mitigate a CVE

lazy val compilerOptions = Seq(
"-target:jvm-1.8",
Expand Down Expand Up @@ -66,6 +67,7 @@ lazy val root: Project = project
"io.circe" %% "circe-parser" % circe,
"com.snowplowanalytics" %% "iglu-core-circe" % igluCore,
"org.slf4j" % "slf4j-simple" % slf4jVersion,
"com.google.code.gson" % "gson" % gson,
"org.scalatest" %% "scalatest" % scalatestVersion % Test,
"org.scalatestplus" %% "mockito-3-2" % scalatestPlusVersion % Test
),
Expand Down

0 comments on commit 3e65ac2

Please sign in to comment.