Skip to content

Commit 40998ea

Browse files
Update comments
Signed-off-by: Andy Kwok <[email protected]>
1 parent 836fd86 commit 40998ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ buildscript {
4949
getPrometheusBinaryLocation = { ->
5050
return "https://github.com/prometheus/prometheus/releases/download/v${prometheus_binary_version}/prometheus-${prometheus_binary_version}."+ getOSFamilyType() + "-" + getArchType() + ".tar.gz"
5151
}
52+
// TODO: Migrate following to Gradle version catalog || Read from OpenSearch BOM in the future.
5253
aws_java_sdk_version = "1.12.651"
5354
guava_version = "32.1.3-jre"
54-
// TODO: Migrate following Gradle version catalog || Read from OpenSearch BOM in the future.
5555
resilience4j_version = "1.5.0"
5656
hamcrest_version = "2.1"
5757
mockito_version = "5.7.0"

0 commit comments

Comments
 (0)