diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 3a2ab3d450a..8b7d511f467 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -962,7 +962,7 @@ bom { ] } } - library("Micrometer", "1.10.0-SNAPSHOT") { + library("Micrometer", "1.10.0-M2") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {