From b6ddda1720dedbef07fe6514ab55814153066473 Mon Sep 17 00:00:00 2001 From: scala-steward Date: Fri, 24 May 2024 00:12:32 +0000 Subject: [PATCH] Update prometheus-metrics-core, ... to 1.3.1 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 88b423ca08..213d5de7a5 100644 --- a/build.sbt +++ b/build.sbt @@ -986,8 +986,8 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom .settings( name := "tapir-prometheus-metrics", libraryDependencies ++= Seq( - "io.prometheus" % "prometheus-metrics-core" % "1.3.0", - "io.prometheus" % "prometheus-metrics-exposition-formats" % "1.3.0", + "io.prometheus" % "prometheus-metrics-core" % "1.3.1", + "io.prometheus" % "prometheus-metrics-exposition-formats" % "1.3.1", scalaTest.value % Test ) )