From 6e2744874416a4c40a09681254c3ce65b75e8473 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 9 Jan 2022 10:07:06 +0100 Subject: [PATCH] Start building against Micrometer 1.9.0-M2 snapshots See gh-29282 --- 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 da017894d5..64c75cc8ad 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.8.0") { + library("Micrometer", "1.9.0-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {