Skip to content

Commit

Permalink
Revert "[BUG] Upgrade AWS version for SDKs to 1.12.687"
Browse files Browse the repository at this point in the history
This reverts commit 3eab947.
  • Loading branch information
goyamegh committed Mar 27, 2024
1 parent 3eab947 commit decaebd
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.687")
aws_version = System.getProperty("aws.version", "1.12.48")
}

repositories {
Expand Down

0 comments on commit decaebd

Please sign in to comment.