Skip to content

Commit ce8e102

Browse files
Update prometheus-metrics-core, ... to 1.4.2 (#4906)
1 parent 961e28b commit ce8e102

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,8 +1049,8 @@ lazy val prometheusMetrics: ProjectMatrix = (projectMatrix in file("metrics/prom
10491049
.settings(
10501050
name := "tapir-prometheus-metrics",
10511051
libraryDependencies ++= Seq(
1052-
"io.prometheus" % "prometheus-metrics-core" % "1.4.1",
1053-
"io.prometheus" % "prometheus-metrics-exposition-formats" % "1.4.1",
1052+
"io.prometheus" % "prometheus-metrics-core" % "1.4.2",
1053+
"io.prometheus" % "prometheus-metrics-exposition-formats" % "1.4.2",
10541054
scalaTest.value % Test
10551055
)
10561056
)

0 commit comments

Comments
 (0)