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 <[email protected]>
(cherry picked from commit 6f33b56)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed Mar 27, 2024
1 parent 387cb9b commit c7bacf7
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.6.10")
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 c7bacf7

Please sign in to comment.