Metrics-scala 4.1.4 has just landed in maven central.
This release updates Dropwizard-metrics to 4.1.4. This
transitively updates jackson-databind which addresses CVE-2019-20330 and CVE-2020-8840. In addition, HdrHistogram was
updated to 2.1.12.
There were no code changes.
Please update your build files with one of these:
"nl.grons" %% "metrics4-scala" % "4.1.4"
"nl.grons" %% "metrics4-akka_25" % "4.1.4" //
Akka support (2.5 and 2.6
)
"nl.grons" %% "metrics4-akka_24" % "4.1.4" // Akka support (2.4 2.5
, and 2.6)"nl.grons" %% "metrics4-scala-hdr" % "4.1.4"
// HdrHistogram support
-- Erik van Oosten e.van...@grons.nl http://day-to-day-stuff.blogspot.nl/