We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1d1b46 commit be5b7f5Copy full SHA for be5b7f5
build.sbt
@@ -210,6 +210,7 @@ lazy val statsd = (project in file("statsd"))
210
name := "metrics-statsd",
211
libraryDependencies ++= Seq(
212
"com.datadoghq" % "java-dogstatsd-client" % "2.13.1",
213
+ "com.github.jnr" % "jnr-unixsocket" % "0.38.22", // CVE-2014-4043
214
"org.slf4j" % "slf4j-api" % Versions.slf4j
215
)
216
0 commit comments