From b37dce1776777f36188b4e81af9c88aa075c9ab0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Wed, 16 Oct 2024 09:49:27 +0200 Subject: [PATCH] Upgrade to Micrometer Tracing 1.2.11 Closes gh-42532 --- 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 f9fc2b333a..750882108c 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.11-SNAPSHOT") { + library("Micrometer Tracing", "1.2.11") { considerSnapshots() group("io.micrometer") { imports = [