From 57b63bb681a51d60ea9d833b8212d9fad2f901a1 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 28 Apr 2026 01:01:07 +0000 Subject: [PATCH] Update prometheus-metrics-core to 1.6.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5cef8ed5c..40cfdea5f 100644 --- a/build.sbt +++ b/build.sbt @@ -927,7 +927,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba .settings( name := "prometheus-backend", libraryDependencies ++= Seq( - "io.prometheus" % "prometheus-metrics-core" % "1.5.1" + "io.prometheus" % "prometheus-metrics-core" % "1.6.1" ), scalaTest )