Skip to content

Commit 6f33b56

Browse files
authored
[BUG] Upgrade AWS version for SDKs to 1.12.687 (#884)
Signed-off-by: Megha Goyal <goyamegh@amazon.com>
1 parent b48cc95 commit 6f33b56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

notifications/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ buildscript {
2323
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
2424
kotlin_version = System.getProperty("kotlin.version", "1.8.21")
2525
junit_version = System.getProperty("junit.version", "5.7.2")
26-
aws_version = System.getProperty("aws.version", "1.12.48")
26+
aws_version = System.getProperty("aws.version", "1.12.687")
2727
}
2828

2929
repositories {

0 commit comments

Comments
 (0)