Prevent upgrade to Prometheus Client 1.3.7

Closes gh-45538
This commit is contained in:
Stéphane Nicoll 2025-05-14 09:51:10 +02:00
parent 603204f263
commit a471082d2b
1 changed files with 4 additions and 0 deletions

View File

@ -1662,6 +1662,10 @@ bom {
}
}
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)"
}
group("io.prometheus") {
bom("prometheus-metrics-bom")
}