From 3e43c664c97e8f4ec9c4685d7b67f2b4bc58fa2d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 9 Feb 2023 14:52:07 +0000 Subject: [PATCH] Start building against Micrometer 1.9.8 snapshots See gh-34141 --- 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 2bfd14639935..3c72c80cf66b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1327,7 +1327,7 @@ bom { ] } } - library("Micrometer", "1.9.7") { + library("Micrometer", "1.9.8-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {