Merge pull request #4981 from vector-im/dependabot/gradle/org.json-json-20211205

Bump json from 20190722 to 20211205
This commit is contained in:
Benoit Marty 2022-01-19 10:14:56 +01:00 committed by GitHub
commit e1dd0b4248
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ dependencies {
implementation libs.jetbrains.coroutinesCore
implementation libs.jetbrains.coroutinesAndroid
testImplementation 'org.json:json:20190722'
testImplementation 'org.json:json:20211205'
testImplementation libs.tests.junit
androidTestImplementation libs.androidx.junit
androidTestImplementation libs.androidx.espressoCore