Skip to content

Commit 9d6c159

Browse files
Update prometheus-metrics-core to 1.3.5 (#2370)
1 parent 5681059 commit 9d6c159

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -975,7 +975,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba
975975
.settings(
976976
name := "prometheus-backend",
977977
libraryDependencies ++= Seq(
978-
"io.prometheus" % "prometheus-metrics-core" % "1.3.4"
978+
"io.prometheus" % "prometheus-metrics-core" % "1.3.5"
979979
),
980980
scalaTest
981981
)

0 commit comments

Comments
 (0)