From 8a192eab1f677bad4b8f7a3440b4c2e00276f339 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Mon, 8 Jun 2026 10:40:01 +0200 Subject: [PATCH] Upgrade to Micrometer 1.16.6 Closes gh-36883 --- framework-platform/framework-platform.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 4e56b44f341..bc2ab810827 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -8,7 +8,7 @@ javaPlatform { dependencies { api(platform("com.fasterxml.jackson:jackson-bom:2.20.2")) - api(platform("io.micrometer:micrometer-bom:1.16.5")) + api(platform("io.micrometer:micrometer-bom:1.16.6")) api(platform("io.netty:netty-bom:4.2.15.Final")) api(platform("io.projectreactor:reactor-bom:2025.0.5")) api(platform("io.rsocket:rsocket-bom:1.1.5"))