From 7f87ba2fe9ff00e9822d29d86365931119425626 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 7 Aug 2019 01:12:37 +0000 Subject: [PATCH] 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 46ff8fcf53f0..bca1acb978dd 100644 --- a/build.gradle +++ b/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"