From 0b292ca0d1a2ee7fc00868d6e13fbf772076b68b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 13 May 2024 12:27:53 +0100 Subject: [PATCH] Upgrade to Micrometer Tracing 1.1.13 Closes gh-40715 --- 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 eeb96619f68..10d42d938c4 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.12") { + library("Micrometer Tracing", "1.1.13") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {