From bb1ce542d3c1da52ff4d4c36ee59db4a988700fd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Aug 2018 16:27:58 +0200 Subject: [PATCH] Bump json from 20180130 to 20180813 (#978) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180130 to 20180813. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/compare/20180130...20180813) Signed-off-by: dependabot[bot] <support@dependabot.com> --- mobile/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile/build.gradle b/mobile/build.gradle index 4d4e6fbc..9482b2ab 100644 --- a/mobile/build.gradle +++ b/mobile/build.gradle @@ -132,7 +132,7 @@ dependencies { testImplementation 'org.mockito:mockito-core:2.19.1' testImplementation 'junit:junit:4.12' - testImplementation 'org.json:json:20180130' + testImplementation 'org.json:json:20180813' testImplementation 'com.squareup.okhttp3:mockwebserver:3.11.0' // PowerMock -- GitLab