From af5bc563dedd2e90e8d4b67cd8049bb8dd4325ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jul 2021 11:14:41 -0400 Subject: [PATCH] Bump json from 20200518 to 20210307 (#184) Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20210307. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- notification-hubs-sdk/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notification-hubs-sdk/build.gradle b/notification-hubs-sdk/build.gradle index 0259ddfd..602e66c2 100644 --- a/notification-hubs-sdk/build.gradle +++ b/notification-hubs-sdk/build.gradle @@ -85,7 +85,7 @@ dependencies { testImplementation 'androidx.test:runner:1.3.0' testImplementation 'androidx.test:rules:1.3.0' testImplementation 'androidx.test.ext:junit:1.1.2' - testImplementation 'org.json:json:20200518' + testImplementation 'org.json:json:20210307' testImplementation 'org.powermock:powermock-api-mockito:1.7.4' testImplementation 'org.powermock:powermock-module-junit4:2.0.9' testImplementation 'org.powermock:powermock-module-junit4-rule-agent:2.0.9'