diff --git a/notifications/build.gradle b/notifications/build.gradle index a82f5975c54..f36a92404e6 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.9.25") junit_version = System.getProperty("junit.version", "5.7.2") - aws_version = System.getProperty("aws.version", "1.12.687") + aws_version = System.getProperty("aws.version", "1.12.797") asm_version = System.getProperty("asm.version", "9.7") }