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 850a3d4 commit 93e7dc5Copy full SHA for 93e7dc5
build.sbt
@@ -208,7 +208,7 @@ lazy val statsd = (project in file("statsd"))
208
javaSettings,
209
name := "metrics-statsd",
210
libraryDependencies ++= Seq(
211
- "com.datadoghq" % "java-dogstatsd-client" % "2.13.1",
+ "com.datadoghq" % "java-dogstatsd-client" % "4.4.5",
212
"com.github.jnr" % "jnr-unixsocket" % "0.38.22", // CVE-2014-4043
213
"org.slf4j" % "slf4j-api" % Versions.slf4j
214
)
0 commit comments