diff --git a/platform/build.gradle b/platform/build.gradle index 1d0e6463..5a93b04e 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -9,7 +9,7 @@ javaPlatform { dependencies { api(platform("org.springframework:spring-framework-bom:${springFrameworkVersion}")) api(platform("com.fasterxml.jackson:jackson-bom:2.18.3")) - api(platform("io.projectreactor:reactor-bom:2024.0.4")) + api(platform("io.projectreactor:reactor-bom:2024.0.5")) api(platform("io.micrometer:micrometer-bom:1.15.0-RC1")) api(platform("io.micrometer:micrometer-tracing-bom:1.5.0-RC1")) api(platform("org.springframework.data:spring-data-bom:2025.0.0-M2"))