From b853203846760c3265483de5f4caa757e8c8cc0c Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 13 Nov 2025 09:14:04 +0100 Subject: [PATCH 1/2] Upgrade to Reactor 2024.0.12 Closes gh-35809 --- 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 cf5be2db00e..649e2582320 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.14.12")) api(platform("io.netty:netty-bom:4.1.128.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) - api(platform("io.projectreactor:reactor-bom:2024.0.11")) + api(platform("io.projectreactor:reactor-bom:2024.0.12")) api(platform("io.rsocket:rsocket-bom:1.1.5")) api(platform("org.apache.groovy:groovy-bom:4.0.29")) api(platform("org.apache.logging.log4j:log4j-bom:2.21.1")) From da31750e5fd91f67bdf560c645cbf2b25824cd89 Mon Sep 17 00:00:00 2001 From: Brian Clozel Date: Thu, 13 Nov 2025 09:15:09 +0100 Subject: [PATCH 2/2] Upgrade to Micrometer 1.14.13 Closes gh-35810 --- 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 649e2582320..edb33c387ff 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.18.5")) - api(platform("io.micrometer:micrometer-bom:1.14.12")) + api(platform("io.micrometer:micrometer-bom:1.14.13")) api(platform("io.netty:netty-bom:4.1.128.Final")) api(platform("io.netty:netty5-bom:5.0.0.Alpha5")) api(platform("io.projectreactor:reactor-bom:2024.0.12"))