diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7bcb07e9ebd..552f5ea540e 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1366,8 +1366,8 @@ bom { } library("Prometheus PushGateway", "0.10.0") { group("io.prometheus") { - modules = [ - "simpleclient_pushgateway" + imports = [ + "simpleclient_bom" ] } }