Merge pull request #7240 from vector-im/dependabot/gradle/org.json-json-20220924

Bump json from 20220320 to 20220924
This commit is contained in:
Benoit Marty 2022-09-27 10:52:10 +02:00 committed by GitHub
commit df0ce31f8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ dependencies {
implementation libs.jetbrains.coroutinesCore
implementation libs.jetbrains.coroutinesAndroid
testImplementation 'org.json:json:20220320'
testImplementation 'org.json:json:20220924'
testImplementation libs.tests.junit
androidTestImplementation libs.androidx.junit
androidTestImplementation libs.androidx.espressoCore