From 7454368e1efdc284813d0cd2c1106c5c84eda63e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 4 Aug 2023 13:44:01 +0200 Subject: [PATCH] Start build against Micrometer 1.12.0-M2 snapshots See gh-36675 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 869371d32cf..7c0888bfd87 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -973,7 +973,7 @@ bom { ] } } - library("Micrometer", "1.12.0-M1") { + library("Micrometer", "1.12.0-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {