mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 21:25:35 +03:00
Merge pull request #8141 from nextcloud/dependabot/gradle/org.json-json-20210307
Bump json from 20201115 to 20210307
This commit is contained in:
commit
12fed51451
1 changed files with 1 additions and 1 deletions
|
@ -358,7 +358,7 @@ dependencies {
|
|||
testImplementation "org.powermock:powermock-core:$powermockVersion"
|
||||
testImplementation "org.powermock:powermock-module-junit4:$powermockVersion"
|
||||
testImplementation "org.powermock:powermock-api-mockito2:$powermockVersion"
|
||||
testImplementation 'org.json:json:20201115'
|
||||
testImplementation 'org.json:json:20210307'
|
||||
testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
|
||||
testImplementation 'androidx.arch.core:core-testing:2.1.0'
|
||||
testImplementation "io.mockk:mockk:$mockkVersion"
|
||||
|
|
Loading…
Reference in a new issue