From 91296dbf31674a3a84586c9b657d4960cf125cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 17:01:53 +0000 Subject: [PATCH] Bump json from 20180813 to 20211205 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8d72807..ea471e3 100644 --- a/build.gradle +++ b/build.gradle @@ -35,7 +35,7 @@ dependencies { testImplementation 'org.powermock:powermock-module-junit4:2.0.2' testImplementation 'org.powermock:powermock-classloading-xstream:2.0.2' testImplementation "org.robolectric:robolectric:3.4.2" - testImplementation 'org.json:json:20180813' + testImplementation 'org.json:json:20211205' } android {