Skip to content

Commit 63d1a0c

Browse files
committed
Upgrade to Prometheus Client 1.3.8
Closes gh-45837
1 parent 95755d7 commit 63d1a0c

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

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

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1797,11 +1797,7 @@ bom {
17971797
releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}")
17981798
}
17991799
}
1800-
library("Prometheus Client", "1.3.6") {
1801-
prohibit {
1802-
versionRange "[1.3.7]"
1803-
because "its bom has dependency management for JUnit (https://github.com/prometheus/client_java/issues/1352)"
1804-
}
1800+
library("Prometheus Client", "1.3.8") {
18051801
group("io.prometheus") {
18061802
bom("prometheus-metrics-bom")
18071803
}

0 commit comments

Comments
 (0)