Browse Source

Upgrade to Prometheus Client 1.3.1

Closes gh-41314
pull/41323/head
Andy Wilkinson 2 years ago
parent
commit
5a494cc2b1
  1. 2
      spring-boot-project/spring-boot-dependencies/build.gradle

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

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

Loading…
Cancel
Save