Skip to content

Commit 97ac4de

Browse files
Update prometheus-metrics-core to 1.8.0 (#2909)
1 parent c0c3bb3 commit 97ac4de

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -949,7 +949,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba
949949
.settings(
950950
name := "prometheus-backend",
951951
libraryDependencies ++= Seq(
952-
"io.prometheus" % "prometheus-metrics-core" % "1.7.0"
952+
"io.prometheus" % "prometheus-metrics-core" % "1.8.0"
953953
),
954954
scalaTest
955955
)

0 commit comments

Comments
 (0)