Skip to content

Commit

Permalink
Update metrics-core, metrics-jvm to 4.2.21
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-asf[bot] committed Oct 15, 2023
1 parent ac1ee69 commit de01b62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ object Dependencies {
}

// metrics, measurements, perf testing
val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.10" % Test
val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.10" % Test
val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.21" % Test
val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.21" % Test
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "2.0.3" % Test
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.12" % Test
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
Expand Down

0 comments on commit de01b62

Please sign in to comment.