Skip to content

Commit fe38a6c

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

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
@@ -166,7 +166,7 @@ dependencies {
166166
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
167167
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
168168
implementation "${group}:common-utils:${common_utils_version}"
169-
implementation 'org.json:json:20230227'
169+
implementation 'org.json:json:20231013'
170170
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
171171
// json-base, jackson-databind, jackson-annotations are only used by json-flattener.
172172
// see https://github.com/opensearch-project/OpenSearch/issues/5395.

0 commit comments

Comments
 (0)