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/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 81ff45c301 Update metrics-core, metrics-jvm to 4.2.23 (#839)
81ff45c301 is described below

commit 81ff45c30193d6481c7cfb949ed1d33a4e55c233
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Dec 10 10:17:55 2023 +0100

    Update metrics-core, metrics-jvm to 4.2.23 (#839)
    
    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 39ab5131c5..bcea887a45 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -182,8 +182,8 @@ object Dependencies {
       }
 
       // metrics, measurements, perf testing
-      val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.22" % Test
-      val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.22" % 
Test
+      val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.23" % Test
+      val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.23" % 
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]

Reply via email to