Skip to content

Commit 93e7dc5

Browse files
committed
Update java-dogstatsd-client to 4.4.5
1 parent 850a3d4 commit 93e7dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ lazy val statsd = (project in file("statsd"))
208208
javaSettings,
209209
name := "metrics-statsd",
210210
libraryDependencies ++= Seq(
211-
"com.datadoghq" % "java-dogstatsd-client" % "2.13.1",
211+
"com.datadoghq" % "java-dogstatsd-client" % "4.4.5",
212212
"com.github.jnr" % "jnr-unixsocket" % "0.38.22", // CVE-2014-4043
213213
"org.slf4j" % "slf4j-api" % Versions.slf4j
214214
)

0 commit comments

Comments
 (0)