From 065adcd30feff23f41ebafb10b1eac932fde28d2 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Sat, 14 Feb 2026 00:18:36 +0000 Subject: [PATCH] Update prometheus-metrics-core, ... to 1.5.0 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index c2be4fd597..6b921150ab 100644 --- a/build.sbt +++ b/build.sbt @@ -1050,8 +1050,8 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom .settings( name := "tapir-prometheus-metrics", libraryDependencies ++= Seq( - "io.prometheus" % "prometheus-metrics-core" % "1.4.3", - "io.prometheus" % "prometheus-metrics-exposition-formats" % "1.4.3", + "io.prometheus" % "prometheus-metrics-core" % "1.5.0", + "io.prometheus" % "prometheus-metrics-exposition-formats" % "1.5.0", scalaTest.value % Test ) )