Skip to content

Commit

Permalink
Merge #674
Browse files Browse the repository at this point in the history
674: Update build.gradle r=curquiza a=brunoocasali

Address CVE-2023-5072 https://mvnrepository.com/artifact/org.json/json/20230618


Co-authored-by: Bruno Casali <brunoocasali@gmail.com>
  • Loading branch information
meili-bors[bot] and brunoocasali authored Oct 25, 2023
2 parents d1d02d2 + 1e73b55 commit 894ef71
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 @@ -51,7 +51,7 @@ configurations {
dependencies {
// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'org.json:json:20230618'
implementation 'org.json:json:20231013'
// https://mvnrepository.com/artifact/org.apache.httpcomponents.client5/httpclient5
api 'com.squareup.okhttp3:okhttp:[4.10.0,5.0.0)'

Expand Down

0 comments on commit 894ef71

Please sign in to comment.