Skip to content

Commit 48df120

Browse files
opensearch-trigger-bot[bot]github-actions[bot]amsiglan
authored
[BUG] Upgrade AWS version for SDKs to 1.12.687 (#884) (#887)
(cherry picked from commit 6f33b56) Signed-off-by: Megha Goyal <goyamegh@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Amardeepsingh Siglani <amardeep7194@gmail.com>
1 parent a81f137 commit 48df120

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)