From 4c415efea3307c7db51be36851af9c1b89036634 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 12 Sep 2023 11:40:51 +0200 Subject: [PATCH] Upgrade to Micrometer Tracing 1.1.5 Closes gh-37262 --- 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 a4230a45a58..d10ba186b09 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -991,7 +991,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.5-SNAPSHOT") { + library("Micrometer Tracing", "1.1.5") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {