We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 836fd86 commit 40998eaCopy full SHA for 40998ea
build.gradle
@@ -49,9 +49,9 @@ buildscript {
49
getPrometheusBinaryLocation = { ->
50
return "https://github.com/prometheus/prometheus/releases/download/v${prometheus_binary_version}/prometheus-${prometheus_binary_version}."+ getOSFamilyType() + "-" + getArchType() + ".tar.gz"
51
}
52
+ // TODO: Migrate following to Gradle version catalog || Read from OpenSearch BOM in the future.
53
aws_java_sdk_version = "1.12.651"
54
guava_version = "32.1.3-jre"
- // TODO: Migrate following Gradle version catalog || Read from OpenSearch BOM in the future.
55
resilience4j_version = "1.5.0"
56
hamcrest_version = "2.1"
57
mockito_version = "5.7.0"
0 commit comments