This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/metrics-core-4.2.25
in repository https://gitbox.apache.org/repos/asf/pekko-connectors-kafka.git
commit ef78154d4ad6fab809484e31724dc2c28fd45ff9
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Apr 7 00:09:56 2024 +0000
Update metrics-core to 4.2.25
---
project/Dependencies.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 94907cd3..cac1d7bd 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -13,7 +13,7 @@ import sbt._
object Dependencies {
lazy val benchmarkDependencies = Def.setting(Seq(
"com.typesafe.scala-logging" %% "scala-logging" % "3.9.5",
- "io.dropwizard.metrics" % "metrics-core" % "4.2.11",
+ "io.dropwizard.metrics" % "metrics-core" % "4.2.25",
"ch.qos.logback" % "logback-classic" % logbackVersion,
"org.slf4j" % "log4j-over-slf4j" % slf4jVersion,
"org.testcontainers" % "kafka" % testcontainersVersion % IntegrationTest,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]