diff --git a/platform/build.gradle b/platform/build.gradle index 36d68ad0430..cbd41d51c31 100644 --- a/platform/build.gradle +++ b/platform/build.gradle @@ -37,7 +37,7 @@ dependencies { // 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.77.0') api platform("com.azure:azure-sdk-bom:1.3.5") - api platform('software.amazon.awssdk:bom:2.42.5') + api platform('software.amazon.awssdk:bom:2.42.10') api platform("dev.langchain4j:langchain4j-bom:$langchain4jVersion") api platform("dev.langchain4j:langchain4j-community-bom:$langchain4jCommunityVersion")