Skip to content

Commit 9d5095f

Browse files
committed
Prevent upgrade to Prometheus Client 1.3.7
Closes gh-45541
1 parent 5e85e8f commit 9d5095f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,6 +1781,10 @@ bom {
17811781
}
17821782
}
17831783
library("Prometheus Client", "1.3.6") {
1784+
prohibit {
1785+
versionRange "[1.3.7]"
1786+
because "its bom has dependency management for JUnit (https://github.com/prometheus/client_java/issues/1352)"
1787+
}
17841788
group("io.prometheus") {
17851789
bom("prometheus-metrics-bom")
17861790
}

0 commit comments

Comments
 (0)