Skip to content

Commit

Permalink
Update collector to 0.20.0 (#1776)
Browse files Browse the repository at this point in the history
Co-authored-by: Bekir Oguz <bekiroguz@gmail.com>
  • Loading branch information
scala-steward and bekiroguz authored Dec 9, 2024
1 parent d15388c commit a8861c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ object Dependencies {
val graphvizJava = "guru.nidi" % "graphviz-java" % "0.18.1"

val prometheus = "io.prometheus" % "simpleclient_hotspot" % "0.16.0"
val prometheusJmx = "io.prometheus.jmx" % "collector" % "0.18.0"
val prometheusJmx = "io.prometheus.jmx" % "collector" % "0.20.0"
val sensors = "nl.pragmasoft.sensors" %% "sensors-core" % "0.4.1"

val cassandraUnit = "org.cassandraunit" % "cassandra-unit" % "4.3.1.0"
Expand Down

0 comments on commit a8861c5

Please sign in to comment.