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-connectors-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 00116049 Update metrics-core to 4.2.27 (#221)
00116049 is described below

commit 001160499692892e01c396c044d18cb07f832117
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Aug 25 12:41:07 2024 +0200

    Update metrics-core to 4.2.27 (#221)
    
    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 1b151cbb..26692f36 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.26",
+    "io.dropwizard.metrics" % "metrics-core" % "4.2.27",
     "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]

Reply via email to