From ad72d22c9049262c5ebaa39e57b8fd78d97b2400 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 17:00:11 +0200 Subject: [PATCH] Upgrade to Micrometer 1.12.0-M1 Closes gh-36188 --- 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 64e63f6405d..d777030ddd3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -972,7 +972,7 @@ bom { ] } } - library("Micrometer", "1.12.0-SNAPSHOT") { + library("Micrometer", "1.12.0-M1") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {