diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 1214f0fcc9f9..a5cc59807e0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1207,7 +1207,7 @@ bom { ] } } - library("Micrometer", "1.7.6-SNAPSHOT") { + library("Micrometer", "1.7.6") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {