From 92b6c5df4f2cbe89d84e3deefc48b2248a8dd69d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Sep 2023 18:19:45 +0200 Subject: [PATCH] Upgrade to Context Propagation 1.1.0-M4 Closes gh-31220 --- 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 4af3615706c..d60054fd76b 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -46,7 +46,7 @@ dependencies { api("com.thoughtworks.xstream:xstream:1.4.20") api("commons-io:commons-io:2.11.0") api("de.bechte.junit:junit-hierarchicalcontextrunner:4.12.2") - api("io.micrometer:context-propagation:1.1.0-M3") + api("io.micrometer:context-propagation:1.1.0-M4") 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")