Skip to content

Commit

Permalink
Upgrade JSON to 20231013 to fix CVE-2023-5072 (#1750) (#1752)
Browse files Browse the repository at this point in the history
(cherry picked from commit fe38a6c)

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>
  • Loading branch information
1 parent bd11e81 commit 3b6d40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-common:${kotlin_version}"
implementation "org.jetbrains.kotlinx:kotlinx-coroutines-core:1.3.9"
implementation "${group}:common-utils:${common_utils_version}"
implementation 'org.json:json:20230227'
implementation 'org.json:json:20231013'
implementation group: 'com.github.wnameless.json', name: 'json-flattener', version: '0.15.1'
// json-base, jackson-databind, jackson-annotations are only used by json-flattener.
// see https://github.com/opensearch-project/OpenSearch/issues/5395.
Expand Down

0 comments on commit 3b6d40e

Please sign in to comment.