From 96f1a46fefdad18213a9a85774d3997e9198cb45 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 14 Dec 2023 09:41:55 +0000 Subject: [PATCH] Upgrade to Micrometer Tracing 1.2.1 Closes gh-38694 --- 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 d2842aba0f..9bc94fd703 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.1-SNAPSHOT") { + library("Micrometer Tracing", "1.2.1") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {