From e7d12e4599e21e10296a425fc0d4e2372dd0da17 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 12 Oct 2023 15:27:30 +0100 Subject: [PATCH] Upgrade to Micrometer Tracing 1.2.0-RC1 Closes gh-37704 --- 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 f7549bf16a..57f8d5679f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1007,7 +1007,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.0-SNAPSHOT") { + library("Micrometer Tracing", "1.2.0-RC1") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {