From 2fe7ed2575baae30708522de76272ce43ff68644 Mon Sep 17 00:00:00 2001 From: "opensearch-trigger-bot[bot]" <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com> Date: Fri, 10 Nov 2023 15:59:29 -0800 Subject: [PATCH] Update dependency org.json:json to v20231013 (#481) (#489) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> (cherry picked from commit 00c55892224124ce3cbdd0ea41cdf04c7e1413ec) Co-authored-by: mend-for-github-com[bot] <50673670+mend-for-github-com[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3f5da7997..d37a443ad 100644 --- a/build.gradle +++ b/build.gradle @@ -153,7 +153,7 @@ dependencies { runtimeOnly group: 'org.opensearch', name: 'common-utils', version: "${opensearch_build}" runtimeOnly group: 'org.apache.commons', name: 'commons-text', version: '1.10.0' runtimeOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1' - runtimeOnly group: 'org.json', name: 'json', version: '20230227' + runtimeOnly group: 'org.json', name: 'json', version: '20231013' } // In order to add the jar to the classpath, we need to unzip the