Merge pull request #8182 from vector-im/dependabot/gradle/org.json-json-20230227

Bump org.json:json from 20220924 to 20230227
This commit is contained in:
Maxime NATUREL 2023-02-28 10:31:11 +01:00 committed by GitHub
commit fadab52ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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