From 841ff95aabf0a261fe5a9ea9ad3907136aea369c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 03:04:06 +0000 Subject: [PATCH] Bump json from 20201115 to 20210307 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot[bot] --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index a5b536c07d..774ae13107 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -177,7 +177,7 @@ dependencies { testImplementation "org.mockito:mockito-core:3.8.0" testImplementation "com.nhaarman.mockitokotlin2:mockito-kotlin:2.2.0" testImplementation "junit:junit:4.13.2" - testImplementation "org.json:json:20201115" + testImplementation "org.json:json:20210307" testImplementation "org.reflections:reflections:0.9.12" testImplementation "com.squareup.okhttp3:mockwebserver:$ok_http_version" testImplementation "org.jetbrains.kotlinx:kotlinx-coroutines-test:$kotlin_coroutines_version"