Browse Source

Merge pull request #6142 from nextcloud/dependabot/gradle/org.json-json-20200518

Bump json from 20190722 to 20200518
Tobias Kaminsky 5 years ago
parent
commit
d4dcaaa0eb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -362,7 +362,7 @@ dependencies {
     testImplementation 'org.powermock:powermock-core:2.0.7'
     testImplementation 'org.powermock:powermock-module-junit4:2.0.7'
     testImplementation 'org.powermock:powermock-api-mockito2:2.0.7'
-    testImplementation 'org.json:json:20190722'
+    testImplementation 'org.json:json:20200518'
     testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
     testImplementation "androidx.arch.core:core-testing:2.1.0"