Skip to content

Commit 6e00cca

Browse files
Update prometheus-metrics-core to 1.7.0 (#2905)
1 parent be75ae7 commit 6e00cca

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.6.1"
952+
"io.prometheus" % "prometheus-metrics-core" % "1.7.0"
953953
),
954954
scalaTest
955955
)

0 commit comments

Comments
 (0)