From 3e259337790894e47ff27eb462f66828d522f645 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 12 Mar 2024 11:39:12 +0000 Subject: [PATCH] Upgrade to Micrometer Tracing 1.1.11 Closes gh-39871 --- 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 38a828e173..fb5c952ef1 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -988,7 +988,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.11-SNAPSHOT") { + library("Micrometer Tracing", "1.1.11") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {