Skip to content

Commit

Permalink
Update dependency org.json:json to v20231013
Browse files Browse the repository at this point in the history
  • Loading branch information
mend-for-github-com[bot] committed Nov 2, 2023
1 parent c3e336f commit 3873661
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 @@ -153,7 +153,7 @@ dependencies {
runtimeOnly group: 'org.opensearch', name: 'common-utils', version: "${opensearch_build}"
runtimeOnly group: 'org.apache.commons', name: 'commons-text', version: '1.10.0'
runtimeOnly group: 'com.google.code.gson', name: 'gson', version: '2.10.1'
runtimeOnly group: 'org.json', name: 'json', version: '20230227'
runtimeOnly group: 'org.json', name: 'json', version: '20231013'
}

// In order to add the jar to the classpath, we need to unzip the
Expand Down

0 comments on commit 3873661

Please sign in to comment.