From 54b8f9c254f7b8df3b67943e3bf715c8b868b656 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Mar 2021 05:49:48 +0000 Subject: [PATCH] Bump json from 20200518 to 20210307 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] --- 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 f84f5082..9a922445 100644 --- a/notification-hubs-sdk/build.gradle +++ b/notification-hubs-sdk/build.gradle @@ -79,7 +79,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'