Merge pull request #11752 from nextcloud/dependabot/gradle/org.json-json-20230618

Build(deps): Bump org.json:json from 20230227 to 20230618
This commit is contained in:
Andy Scherzinger 2023-07-03 14:57:23 +02:00 committed by GitHub
commit d5b3020fce
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -329,7 +329,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:$mockitoVersion"
testImplementation "androidx.test:core:$androidxTestVersion"
testImplementation 'org.json:json:20230227'
testImplementation 'org.json:json:20230618'
testImplementation "org.mockito.kotlin:mockito-kotlin:$mockitoKotlinVersion"
testImplementation 'androidx.arch.core:core-testing:2.2.0'
testImplementation "io.mockk:mockk:$mockkVersion"