Browse Source

Upgrade to Prometheus Client 1.4.2

Closes gh-47888
pull/47903/head
Stéphane Nicoll 2 months ago
parent
commit
1b57cdf77b
  1. 2
      platform/spring-boot-dependencies/build.gradle

2
platform/spring-boot-dependencies/build.gradle

@ -1768,7 +1768,7 @@ bom { @@ -1768,7 +1768,7 @@ bom {
releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}")
}
}
library("Prometheus Client", "1.4.1") {
library("Prometheus Client", "1.4.2") {
group("io.prometheus") {
bom("prometheus-metrics-bom")
}

Loading…
Cancel
Save