This is an automated email from the ASF dual-hosted git repository.
hepin pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 030410b332 Update metrics-core, metrics-jvm to 4.2.24
030410b332 is described below
commit 030410b332fb871d50fd2088f14a59759625fa5a
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jan 21 00:04:06 2024 +0000
Update metrics-core, metrics-jvm to 4.2.24
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index ac5c13905e..6bc4f1bec4 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -181,8 +181,8 @@ object Dependencies {
}
// metrics, measurements, perf testing
- val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.23" % Test
- val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.23" %
Test
+ val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.24" % Test
+ val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.24" %
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)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]