From 0587fb5331146217ea8b2c4b274df99c15c4d9b4 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:43:08 +0200 Subject: [PATCH] Upgrade to Micrometer Tracing 1.2.0-M3 Closes gh-37346 --- 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 2d2484c131..8b2e91932b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1008,7 +1008,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.0-M2") { + library("Micrometer Tracing", "1.2.0-M3") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {