From 9d39b9f83af4945448026abd7bc22e80aced0a52 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Dec 2021 08:08:13 +0000 Subject: [PATCH] Bump json from 20210307 to 20211205 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20210307 to 20211205. - [Release notes](https://github.com/douglascrockford/JSON-java/releases) - [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md) - [Commits](https://github.com/douglascrockford/JSON-java/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... 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 8127b80663..240a3b5459 100644 --- a/wear/build.gradle +++ b/wear/build.gradle @@ -136,7 +136,7 @@ dependencies { implementation('com.github.lecho:hellocharts-library:1.5.8@aar') testImplementation "junit:junit:$junit_version" - testImplementation 'org.json:json:20210307' + testImplementation 'org.json:json:20211205' testImplementation("org.mockito:mockito-core:${mockitoVersion}") { exclude group: 'net.bytebuddy', module: 'byte-buddy' exclude group: 'net.bytebuddy', module: 'byte-buddy-android'