diff --git a/platform/build.gradle b/platform/build.gradle index bc17f2d6ff1..e86cbe319c8 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -32,7 +32,7 @@ dependencies { api enforcedPlatform("com.fasterxml.jackson:jackson-bom:$jacksonVersion") api enforcedPlatform("org.slf4j:slf4j-api:$slf4jVersion") api enforcedPlatform("org.eclipse.jetty:jetty-bom:$jettyVersion") - api platform("io.micronaut.platform:micronaut-platform:4.10.8") + api platform("io.micronaut.platform:micronaut-platform:4.10.9") api platform("io.qameta.allure:allure-bom:2.33.0") // we define cloud bom here for GCP, Azure and AWS so they are aligned for all plugins that use them (secret, storage, oss and ee plugins) api platform('com.google.cloud:libraries-bom:26.76.0')