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: Rupal Mahajan <[email protected]>
  • Loading branch information
rupal-bq committed Apr 19, 2024
1 parent dcaba08 commit 2b1b542
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 @@ -131,7 +131,7 @@ dependencies {
compile "${group}:common-utils:${common_utils_version}"
compileOnly "${group}:opensearch-job-scheduler-spi:${job_scheduler_version}"
compile group: 'com.google.guava', name: 'guava', version: '32.0.1-jre'
compile "org.json:json:20230227"
compile "org.json:json:20231013"
compile group: 'com.github.wnameless', name: 'json-flattener', version: '0.1.0'
implementation 'org.jsoup:jsoup:1.15.3'

Expand Down

0 comments on commit 2b1b542

Please sign in to comment.