From c89002a0fbefe8dc5bf3120aa319bf4cdd6f9acd Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Sep 2023 18:16:59 +0200 Subject: [PATCH 1/3] Upgrade to Micrometer 1.10.11 Closes gh-31221 --- 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 8af0ae79fc..ac7cadd037 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.9")) + api(platform("io.micrometer:micrometer-bom:1.10.11")) api(platform("io.netty:netty-bom:4.1.97.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) api(platform("io.projectreactor:reactor-bom:2022.0.9")) From ebf2cef94e3cb2678693971109639a49394fcb09 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Sep 2023 18:17:52 +0200 Subject: [PATCH 2/3] Upgrade to Reactor 2022.0.11 Closes gh-31222 --- 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 ac7cadd037..ac3ee3d941 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -11,7 +11,7 @@ dependencies { api(platform("io.micrometer:micrometer-bom:1.10.11")) api(platform("io.netty:netty-bom:4.1.97.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) - api(platform("io.projectreactor:reactor-bom:2022.0.9")) + api(platform("io.projectreactor:reactor-bom:2022.0.11")) api(platform("io.rsocket:rsocket-bom:1.1.3")) api(platform("org.apache.groovy:groovy-bom:4.0.14")) api(platform("org.apache.logging.log4j:log4j-bom:2.20.0")) From 50d4a44dfcdcc54f2008deb5073d63cbf9c1c039 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 13 Sep 2023 18:19:06 +0200 Subject: [PATCH 3/3] Upgrade to Context Propagation 1.0.5 Closes gh-31223 --- 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 ac3ee3d941..48993d53d9 100644 --- a/framework-platform/framework-platform.gradle +++ b/framework-platform/framework-platform.gradle @@ -45,7 +45,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.0.4") + api("io.micrometer:context-propagation:1.0.5") 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")