From 694b418f59ed6bc3256bcf57d1cfacea91ab2932 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 12:34:04 +0000 Subject: [PATCH] Start building against Micrometer Tracing 1.1.9 snapshots See gh-38975 --- 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 0631d27b0e5..772ee067ef1 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.8") { + library("Micrometer Tracing", "1.1.9-SNAPSHOT") { considerSnapshots() calendarName = "Tracing" group("io.micrometer") {