Skip to content

Commit

Permalink
Explicitly set circe-parser version to 0.14.2 to close CVE-2022-21653
Browse files Browse the repository at this point in the history
…vulnerability. (#156)
  • Loading branch information
oermolaev authored Oct 21, 2024
1 parent 1dd2a27 commit 543c4ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ lazy val commonDependencies = Seq(
Dependencies.Libraries.pureconfig,
Dependencies.Libraries.trackerCore,
Dependencies.Libraries.trackerEmitterId,
Dependencies.Libraries.circeParser,
// Unit tests
Dependencies.Libraries.akkaTestkit,
Dependencies.Libraries.akkaHttpTestkit,
Expand Down
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ object Dependencies {
val pureconfig = "0.17.7"
val akkaHttpMetrics = "1.7.1"
val badRows = "2.1.2"
val circeParser = "0.14.2"

// Scala (test only)
val specs2 = "4.20.8"
val specs2CE = "0.5.4"
Expand Down Expand Up @@ -89,6 +91,7 @@ object Dependencies {
val akkaSlf4j = "com.typesafe.akka" %% "akka-slf4j" % V.akka
val pureconfig = "com.github.pureconfig" %% "pureconfig" % V.pureconfig
val akkaHttpMetrics = "fr.davit" %% "akka-http-metrics-datadog" % V.akkaHttpMetrics
val circeParser = "io.circe" %% "circe-parser" % V.circeParser

// Scala (test only)
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % Test
Expand Down

0 comments on commit 543c4ca

Please sign in to comment.