From df50c8db3e01ac52cb483c93f8a3ea1c09766e76 Mon Sep 17 00:00:00 2001 From: Sam Brannen Date: Tue, 11 Jul 2023 10:58:11 +0200 Subject: [PATCH] Upgrade to micrometer-bom 1.10.9 and context-propagation 1.0.4 Closes gh-30860 --- framework-platform/framework-platform.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework-platform/framework-platform.gradle b/framework-platform/framework-platform.gradle index 5432beee880..5361b5ce13d 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.14.3")) - api(platform("io.micrometer:micrometer-bom:1.10.8")) + api(platform("io.micrometer:micrometer-bom:1.10.9")) api(platform("io.netty:netty-bom:4.1.94.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) api(platform("io.projectreactor:reactor-bom:2022.0.8")) @@ -46,7 +46,7 @@ dependencies { api("commons-io:commons-io:2.11.0") api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2") api("info.picocli:picocli:4.7.4") - api("io.micrometer:context-propagation:1.0.3") + api("io.micrometer:context-propagation:1.0.4") api("io.mockk:mockk:1.13.4") api("io.projectreactor.netty:reactor-netty5-http:2.0.0-M3") api("io.projectreactor.tools:blockhound:1.0.8.RELEASE")