From 3b6a06bb1da259880ca09a47bae72859e2e32ed3 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 21 Mar 2026 00:42:47 +0000 Subject: [PATCH] Update prometheus-metrics-core to 1.5.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d10f2687..845cb3371 100644 --- a/build.sbt +++ b/build.sbt @@ -925,7 +925,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba .settings( name := "prometheus-backend", libraryDependencies ++= Seq( - "io.prometheus" % "prometheus-metrics-core" % "1.5.0" + "io.prometheus" % "prometheus-metrics-core" % "1.5.1" ), scalaTest )