Skip to content

Commit

Permalink
chore(deps): transitive dependency forced to overcome a CVE
Browse files Browse the repository at this point in the history
  • Loading branch information
augi committed May 27, 2024
1 parent c1d1b46 commit be5b7f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ lazy val statsd = (project in file("statsd"))
name := "metrics-statsd",
libraryDependencies ++= Seq(
"com.datadoghq" % "java-dogstatsd-client" % "2.13.1",
"com.github.jnr" % "jnr-unixsocket" % "0.38.22", // CVE-2014-4043
"org.slf4j" % "slf4j-api" % Versions.slf4j
)
)
Expand Down

0 comments on commit be5b7f5

Please sign in to comment.