Browse Source

Upgrade to Prometheus Client 1.3.4

Closes gh-43404
pull/43301/head
Phillip Webb 1 year ago
parent
commit
060f89e195
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -1676,7 +1676,7 @@ bom { @@ -1676,7 +1676,7 @@ bom {
releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}")
}
}
library("Prometheus Client", "1.3.3") {
library("Prometheus Client", "1.3.4") {
group("io.prometheus") {
imports = [
"prometheus-metrics-bom"

Loading…
Cancel
Save