Skip to content

Commit

Permalink
[BUG] Upgrade AWS version for SDKs to 1.12.687 (#884) (#888)
Browse files Browse the repository at this point in the history
(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>
  • Loading branch information
1 parent aa6916d commit d7f36a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit d7f36a4

Please sign in to comment.