Skip to content

Commit bbef1eb

Browse files
Upgrade JSON to 20231013 to fix CVE-2023-5072 (#912) (#914)
(cherry picked from commit b68990f) Signed-off-by: Derek Ho <[email protected]> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 90c5d16 commit bbef1eb

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

0 commit comments

Comments
 (0)