diff --git a/platform/build.gradle b/platform/build.gradle index c6f2f1be19..797df07e4e 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -33,7 +33,7 @@ dependencies { api platform("io.micronaut.platform:micronaut-platform:4.9.4") api platform("io.qameta.allure:allure-bom:2.32.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.72.0') + api platform('com.google.cloud:libraries-bom:26.73.0') api platform("com.azure:azure-sdk-bom:1.3.3") api platform('software.amazon.awssdk:bom:2.40.10') api platform("dev.langchain4j:langchain4j-bom:$langchain4jVersion")