We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b48cc95 commit 6f33b56Copy full SHA for 6f33b56
notifications/build.gradle
@@ -23,7 +23,7 @@ buildscript {
23
common_utils_version = System.getProperty("common_utils.version", opensearch_build)
24
kotlin_version = System.getProperty("kotlin.version", "1.8.21")
25
junit_version = System.getProperty("junit.version", "5.7.2")
26
- aws_version = System.getProperty("aws.version", "1.12.48")
+ aws_version = System.getProperty("aws.version", "1.12.687")
27
}
28
29
repositories {
0 commit comments