浏览代码

Bump json from 20200518 to 20201115

Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115.
- [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] 4 年之前
父节点
当前提交
1d68c5f450
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      build.gradle

+ 1 - 1
build.gradle

@@ -364,7 +364,7 @@ dependencies {
     testImplementation "org.powermock:powermock-core:$powermockVersion"
     testImplementation "org.powermock:powermock-module-junit4:$powermockVersion"
     testImplementation "org.powermock:powermock-api-mockito2:$powermockVersion"
-    testImplementation 'org.json:json:20200518'
+    testImplementation 'org.json:json:20201115'
     testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0"
     testImplementation 'androidx.arch.core:core-testing:2.1.0'
     testImplementation "io.mockk:mockk:$mockkVersion"