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 6e1e06e650 Update metrics-core, metrics-jvm to 4.2.28 (#1516)
6e1e06e650 is described below

commit 6e1e06e6502c1e321220008cca729484ab1e946e
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Oct 6 02:05:10 2024 +0100

    Update metrics-core, metrics-jvm to 4.2.28 (#1516)
    
    Co-authored-by: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
 project/Dependencies.scala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 6241ba16ab..ca1365d4a6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -170,8 +170,8 @@ object Dependencies {
         "com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % 
jacksonCoreVersion % Test)
 
       // metrics, measurements, perf testing
-      val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.27" % Test
-      val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.27" % 
Test
+      val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.28" % Test
+      val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.28" % 
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