Skip to content

Commit

Permalink
Upgrade JSON to 20231013 to fix CVE-2023-5072
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <dxho@amazon.com>
  • Loading branch information
derek-ho committed Oct 16, 2023
1 parent c23e6f2 commit 0b4b3f3
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 @@ -166,7 +166,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 0b4b3f3

Please sign in to comment.