From 9ca997dc1502746be6cb7fb241c47e05f3446124 Mon Sep 17 00:00:00 2001 From: softwaremill-ci Date: Sun, 20 Oct 2024 02:47:09 +0200 Subject: [PATCH] Update prometheus-metrics-core to 1.3.2 (#2320) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 50a76d342..dbf0c5c5f 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.1" + "io.prometheus" % "prometheus-metrics-core" % "1.3.2" ), scalaTest )