This is an automated email from the ASF dual-hosted git repository.
engelen 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 3155d94fcc Update HdrHistogram to 2.2.1 (#1315)
3155d94fcc is described below
commit 3155d94fcc7009dcdf473210f03242eefd67da0c
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Tue May 7 09:08:01 2024 +0200
Update HdrHistogram to 2.2.1 (#1315)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index cbcd7738c6..356c32685d 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -165,7 +165,7 @@ object Dependencies {
val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.25" % Test
val metricsJvm = "io.dropwizard.metrics" % "metrics-jvm" % "4.2.25" %
Test
val latencyUtils = "org.latencyutils" % "LatencyUtils" % "2.0.3" % Test
- val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.1.12" % Test
+ val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.2.1" % Test
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
// sigar logging
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]