Skip to content

Commit 0083cdb

Browse files
Update prometheus-metrics-core to 1.3.9 (#2605)
1 parent 4fddbbc commit 0083cdb

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
@@ -897,7 +897,7 @@ lazy val prometheusBackend = (projectMatrix in file("observability/prometheus-ba
897897
.settings(
898898
name := "prometheus-backend",
899899
libraryDependencies ++= Seq(
900-
"io.prometheus" % "prometheus-metrics-core" % "1.3.8"
900+
"io.prometheus" % "prometheus-metrics-core" % "1.3.9"
901901
),
902902
scalaTest
903903
)

0 commit comments

Comments
 (0)