Skip to content

Commit a471082

Browse files
committed
Prevent upgrade to Prometheus Client 1.3.7
Closes gh-45538
1 parent 603204f commit a471082

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
@@ -1662,6 +1662,10 @@ bom {
16621662
}
16631663
}
16641664
library("Prometheus Client", "1.3.6") {
1665+
prohibit {
1666+
versionRange "[1.3.7]"
1667+
because "its bom has dependency management for JUnit (https://github.com/prometheus/client_java/issues/1352)"
1668+
}
16651669
group("io.prometheus") {
16661670
bom("prometheus-metrics-bom")
16671671
}

0 commit comments

Comments
 (0)