Skip to content

Commit

Permalink
[BUG] Upgrade AWS version for SDKs to 1.12.687 (#884)
Browse files Browse the repository at this point in the history
Signed-off-by: Megha Goyal <goyamegh@amazon.com>
  • Loading branch information
goyamegh committed Mar 27, 2024
1 parent b48cc95 commit 6f33b56
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 6f33b56

Please sign in to comment.