Skip to content

Commit

Permalink
updating sdk client version (#3392)
Browse files Browse the repository at this point in the history
Signed-off-by: Dhrubo Saha <[email protected]>
(cherry picked from commit 3ea1497)
  • Loading branch information
dhrubo-os authored and github-actions[bot] committed Jan 14, 2025
1 parent 1693596 commit 9ad849c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ dependencies {
implementation group: 'org.opensearch', name: 'opensearch', version: "${opensearch_version}"
implementation "org.opensearch.client:opensearch-rest-client:${opensearch_version}"
// Multi-tenant SDK Client
implementation "org.opensearch:opensearch-remote-metadata-sdk:${opensearch_version}"
implementation "org.opensearch:opensearch-remote-metadata-sdk:${opensearch_build}"

implementation "org.opensearch:common-utils:${common_utils_version}"
implementation("com.fasterxml.jackson.core:jackson-annotations:${versions.jackson}")
Expand Down

0 comments on commit 9ad849c

Please sign in to comment.