From 17e27251a82a60ca5832a3f5e653a42ba88540d7 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 11 Jul 2023 14:59:52 +0200 Subject: [PATCH] Upgrade to Micrometer Tracing 1.0.8 Closes gh-36291 --- 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 7a1402cc577..94c66241440 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -958,7 +958,7 @@ bom { ] } } - library("Micrometer Tracing", "1.0.8-SNAPSHOT") { + library("Micrometer Tracing", "1.0.8") { group("io.micrometer") { imports = [ "micrometer-tracing-bom"