Prechádzať zdrojové kódy

Bump json from 20180813 to 20190722

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20190722.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] 5 rokov pred
rodič
commit
7f87ba2fe9
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -305,7 +305,7 @@ dependencies {
     testImplementation 'org.powermock:powermock-core:2.0.2'
     testImplementation 'org.powermock:powermock-module-junit4:2.0.2'
     testImplementation 'org.powermock:powermock-api-mockito2:2.0.2'
-    testImplementation 'org.json:json:20180813'
+    testImplementation 'org.json:json:20190722'
     testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.1.0"
     testImplementation "androidx.arch.core:core-testing:2.0.1"