Browse Source

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

Build(deps): Bump org.json:json from 20230227 to 20230618
Andy Scherzinger 1 year ago
parent
commit
d5b3020fce
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/build.gradle

+ 1 - 1
app/build.gradle

@@ -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"