Skip to content

Commit b68990f

Browse files
authored
Upgrade JSON to 20231013 to fix CVE-2023-5072 (#912)
Signed-off-by: Derek Ho <[email protected]>
1 parent 66346de commit b68990f

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
@@ -174,7 +174,7 @@ dependencies {
174174
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
175175
implementation "${group}:common-utils:${common_utils_version}"
176176
compileOnly "${group}:opensearch-job-scheduler-spi:${job_scheduler_version}"
177-
implementation "org.json:json:20230227"
177+
implementation "org.json:json:20231013"
178178
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
179179
// json-base, jackson-databind, jackson-annotations are transitive dependencies by json-flattener
180180
implementation group: 'com.github.wnameless.json', name: 'json-base', version: '2.2.1'

0 commit comments

Comments
 (0)