Skip to content

Commit ab821ac

Browse files
committed
Upgrade to Prometheus Client 1.3.8
Closes gh-45822
1 parent 1210ed8 commit ab821ac

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
@@ -1674,11 +1674,7 @@ bom {
16741674
releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}")
16751675
}
16761676
}
1677-
library("Prometheus Client", "1.3.6") {
1678-
prohibit {
1679-
versionRange "[1.3.7]"
1680-
because "its bom has dependency management for JUnit (https://github.com/prometheus/client_java/issues/1352)"
1681-
}
1677+
library("Prometheus Client", "1.3.8") {
16821678
group("io.prometheus") {
16831679
bom("prometheus-metrics-bom")
16841680
}

0 commit comments

Comments
 (0)