diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index f1274c27a8d..58a02f7b23d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1797,11 +1797,7 @@ bom { releaseNotes("https://github.com/pgjdbc/pgjdbc/releases/tag/REL{version}") } } - 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)" - } + library("Prometheus Client", "1.3.8") { group("io.prometheus") { bom("prometheus-metrics-bom") }