This is an automated email from the ASF dual-hosted git repository.

pjfanning 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 ed135b6172 Update metrics-core, metrics-jvm to 4.2.40 (#3486)
ed135b6172 is described below

commit ed135b61727d915d75aadc668f29d005b4d3d372
Author: Scala Steward <[email protected]>
AuthorDate: Sat Aug 29 17:45:26 2026 +0200

    Update metrics-core, metrics-jvm to 4.2.40 (#3486)
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 0a85e0c29a..0da8ccbfc5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -165,8 +165,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.39" % Test
-      val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.39" % 
Test
+      val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.40" % Test
+      val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.40" % 
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]

Reply via email to