We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a81f137 commit 48df120Copy full SHA for 48df120
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