Skip to content

Commit

Permalink
Merge pull request #1 from goyamegh/main-awsVersionUpgrade
Browse files Browse the repository at this point in the history
[BUG] Upgrade AWS version for SDKs to 1.12.687
  • Loading branch information
AWSHurneyt authored Mar 27, 2024
2 parents 8c662a6 + 3eab947 commit 5c94cc5
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 5c94cc5

Please sign in to comment.