From 4b81548502bb984b1897d18bdba2a287e1c887d0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 4 Apr 2020 14:57:34 +0200 Subject: [PATCH] Start building against Micrometer 1.5.0 snapshots See gh-20833 --- 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 5967e2eb44..ea0b1de51b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1182,7 +1182,7 @@ bom { ] } } - library("Micrometer", "1.3.7") { + library("Micrometer", "1.5.0-SNAPSHOT") { group("io.micrometer") { modules = [ "micrometer-registry-stackdriver" {