Merge pull request #10765 from nextcloud/dependabot/gradle/org.json-json-20220924

Bump json from 20220320 to 20220924
This commit is contained in:
Álvaro Brey 2022-09-30 10:33:55 +02:00 committed by GitHub
commit 934d7ae20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -307,7 +307,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "androidx.test:core:$androidxTestVersion"
testImplementation 'org.json:json:20220320'
testImplementation 'org.json:json:20220924'
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
testImplementation 'androidx.arch.core:core-testing:2.1.0'
testImplementation "io.mockk:mockk:$mockkVersion"