From f4b2bbfbdf980b5272ee039f28ea427d625291b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:21:51 +0000 Subject: [PATCH] Bump json from 20201115 to 20210307 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20201115 to 20210307. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Commits](https://github.com/douglascrockford/JSON-java/commits) Signed-off-by: dependabot[bot] --- wear/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wear/build.gradle b/wear/build.gradle index 36491f4af7..a005a8f550 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -127,7 +127,7 @@ dependencies { implementation('com.github.lecho:hellocharts-library:1.5.8@aar') testImplementation "junit:junit:$junit_version" - testImplementation 'org.json:json:20201115' + testImplementation 'org.json:json:20210307' testImplementation("org.mockito:mockito-core:${mockitoVersion}") { exclude group: 'net.bytebuddy', module: 'byte-buddy' exclude group: 'net.bytebuddy', module: 'byte-buddy-android'