Browse Source

Upgrade to Prometheus Client 0.14.1

Closes gh-29234
pull/29200/head
Stephane Nicoll 4 years ago
parent
commit
2c322b67f1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1361,7 +1361,7 @@ bom { @@ -1361,7 +1361,7 @@ bom {
]
}
}
library("Prometheus Client", "0.12.0") {
library("Prometheus Client", "0.14.1") {
group("io.prometheus") {
imports = [
"simpleclient_bom"

Loading…
Cancel
Save