This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 4412669b5e Update metrics-core, metrics-jvm to 4.2.38 (#2641)
4412669b5e is described below
commit 4412669b5edbe311c2ab62e9317b5898eaca1c63
Author: Scala Steward <[email protected]>
AuthorDate: Wed Jan 28 18:56:53 2026 +0100
Update metrics-core, metrics-jvm to 4.2.38 (#2641)
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3ea1aa3bd4..bac498a36c 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -158,8 +158,8 @@ object Dependencies {
"com.fasterxml.jackson.datatype" % "jackson-datatype-guava" %
jacksonVersion2 % Test)
// metrics, measurements, perf testing
- val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.37" % Test
- val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.37" %
Test
+ val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.38" % Test
+ val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.38" %
Test
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "2.0.3" % Test
val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]