From f4e731bdbb648cbde74548464eb343d6b98516c8 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Fri, 8 Sep 2023 14:13:03 +0100 Subject: [PATCH] Start building against Micrometer Tracing 1.1.5 snapshots See 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 a2d27cd9544..243015d89f8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -989,7 +989,7 @@ bom { ] } } - library("Micrometer Tracing", "1.1.4") { + library("Micrometer Tracing", "1.1.5-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {