mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 05:05:31 +03:00
Build(deps): Bump org.json:json from 20230227 to 20230618
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230227 to 20230618. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
245d10e93e
commit
0ee669bc1a
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ dependencies {
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
testImplementation "org.mockito:mockito-core:$mockitoVersion"
|
||||||
testImplementation "androidx.test:core:$androidxTestVersion"
|
testImplementation "androidx.test:core:$androidxTestVersion"
|
||||||
testImplementation 'org.json:json:20230227'
|
testImplementation 'org.json:json:20230618'
|
||||||
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
|
||||||
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
testImplementation 'androidx.arch.core:core-testing:2.2.0'
|
||||||
testImplementation "io.mockk:mockk:$mockkVersion"
|
testImplementation "io.mockk:mockk:$mockkVersion"
|
||||||
|
|
Loading…
Reference in a new issue