From aaabd20ac156b6edf8c3b930430f78c244de3751 Mon Sep 17 00:00:00 2001 From: Megha Goyal <56077967+goyamegh@users.noreply.github.com> Date: Tue, 26 Mar 2024 19:02:34 -0700 Subject: [PATCH] [BUG] Upgrade AWS version for SDKs to 1.12.687 (#884) Signed-off-by: Megha Goyal --- notifications/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notifications/build.gradle b/notifications/build.gradle index bd3b9b6a..7fee3d04 100644 --- a/notifications/build.gradle +++ b/notifications/build.gradle @@ -23,7 +23,7 @@ buildscript { common_utils_version = System.getProperty("common_utils.version", opensearch_build) kotlin_version = System.getProperty("kotlin.version", "1.8.21") junit_version = System.getProperty("junit.version", "5.7.2") - aws_version = System.getProperty("aws.version", "1.12.48") + aws_version = System.getProperty("aws.version", "1.12.687") } repositories {