diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 0f32012cdc3..4a527e5992a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1236,7 +1236,7 @@ bom { ] } } - library("Micrometer", "1.9.0-SNAPSHOT") { + library("Micrometer", "1.9.0-M2") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {