From 130deaf748088fbddc0a545f22a8b6cc814b4703 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Tue, 12 Nov 2024 15:30:27 +0900 Subject: [PATCH] Upgrade to Micrometer Tracing 1.2.12 Closes gh-42994 --- 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 698c680868..aedc58cb3a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1016,7 +1016,7 @@ bom { ] } } - library("Micrometer Tracing", "1.2.12-SNAPSHOT") { + library("Micrometer Tracing", "1.2.12") { considerSnapshots() group("io.micrometer") { imports = [