This is an automated email from the ASF dual-hosted git repository.
hepin 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 e4ab6a3e3f Update HdrHistogram to 2.2.2 (#1351)
e4ab6a3e3f is described below
commit e4ab6a3e3f1e54d3e376a94c740ca90e91c0bb23
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 2 11:05:04 2024 +0800
Update HdrHistogram to 2.2.2 (#1351)
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 59e1a9a862..9ce63b1c84 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -173,7 +173,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.2.1" % Test
+ val hdrHistogram = "org.hdrhistogram" % "HdrHistogram" % "2.2.2" % Test
val metricsAll = Seq(metrics, metricsJvm, latencyUtils, hdrHistogram)
// sigar logging
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]