Skip to content

Commit 4234bd6

Browse files
authored
Update json version to 20230227 (#692)
Signed-off-by: Rupal Mahajan <[email protected]>
1 parent 8db544f commit 4234bd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ dependencies {
176176
implementation "${group}:common-utils:${common_utils_version}"
177177
compileOnly "${group}:opensearch-job-scheduler-spi:${job_scheduler_version}"
178178
implementation group: 'com.google.guava', name: 'guava', version: '31.0.1-jre'
179-
implementation "org.json:json:20180813"
179+
implementation "org.json:json:20230227"
180180
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
181181
// json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
182182
implementation group: 'com.github.wnameless.json', name: 'json-base', version: '2.2.1'

0 commit comments

Comments
 (0)