From 8d13cce265f902663ebc1965eaccb04f9356fea8 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Tue, 26 Nov 2024 00:32:29 +0000 Subject: [PATCH] Update prometheus-metrics-core to 1.3.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 6509f4d72..f914a998a 100644 --- a/build.sbt +++ b/build.sbt @@ -974,7 +974,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba .settings( name := "prometheus-backend", libraryDependencies ++= Seq( - "io.prometheus" % "prometheus-metrics-core" % "1.3.3" + "io.prometheus" % "prometheus-metrics-core" % "1.3.4" ), scalaTest )