Upgrade to Prometheus Client 1.3.8

Closes gh-45822
This commit is contained in:
Stéphane Nicoll
2025-06-06 11:18:13 +02:00
parent 1210ed84de
commit ab821ac25b

View File

@@ -1674,11 +1674,7 @@ bom {
releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}")
}
}
library("Prometheus Client", "1.3.6") {
prohibit {
versionRange "[1.3.7]"
because "its bom has dependency management for JUnit (https://github.com/prometheus/client_java/issues/1352)"
}
library("Prometheus Client", "1.3.8") {
group("io.prometheus") {
bom("prometheus-metrics-bom")
}