From 454f409a149594296765b477dfe878f5a2ef7a35 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sat, 9 Apr 2022 17:05:14 +0200 Subject: [PATCH] Start building against Micrometer 1.9.0-RC1 snapshots See gh-30605 --- 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 5116103ef55..6a631da3775 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1279,7 +1279,7 @@ bom { ] } } - library("Micrometer", "1.9.0-M4") { + library("Micrometer", "1.9.0-SNAPSHOT") { prohibit("[2.0.0-M1,)") { because "we upgrade in Spring Boot 3.x" }