From 877f95d52807f8a943e2836b47895b5d6903ce1a Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 5 Apr 2023 14:12:32 +0200 Subject: [PATCH] Start building against Micrometer 1.11.0 snapshots See gh-34862 --- 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 f338573d0d..b635d6ea7b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -936,7 +936,7 @@ bom { ] } } - library("Micrometer", "1.11.0-M2") { + library("Micrometer", "1.11.0-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {