From 1cb1b61f805e02d3c46e1e8f8d41faabd96a1b1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Dec 2020 06:23:21 +0000 Subject: [PATCH] Bump json from 20200518 to 20201115 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115. - [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 de1b694e..3939ccf4 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:20201115' 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'