From c83287f622801fa00fe2a12a66415d4e8724c596 Mon Sep 17 00:00:00 2001 From: "mend-for-github-com[bot]" <50673670+mend-for-github-com[bot]@users.noreply.github.com> Date: Tue, 4 Feb 2025 06:01:23 +0000 Subject: [PATCH] Update dependency org.opensearch.client:opensearch-java to v2.20.0 Signed-off-by: mend-for-github-com[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index da405b4..93b4cfe 100644 --- a/build.gradle +++ b/build.gradle @@ -21,7 +21,7 @@ buildscript { opensearch_build += "-SNAPSHOT" } - opensearch_java_version = '2.19.0' + opensearch_java_version = '2.20.0' aws_sdk_version = '2.29.50' junit_version = '5.11.4' // version catalog is 4.x }