Prevent upgrade to Prometheus Client 1.3.7
Closes gh-45538
This commit is contained in:
parent
603204f263
commit
a471082d2b
|
@ -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")
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue