Prevent upgrade to Prometheus Client 1.3.7
Closes gh-45538
This commit is contained in:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user