Browse Source

Upgrade to Prometheus Client 1.3.10

Closes gh-46389
pull/46604/head
Stéphane Nicoll 5 months ago
parent
commit
b1e41b5a39
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save