From 3ee11fc9737d732b76e62ef6026d03cb4d47d38c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Apr 2022 13:02:04 +0000 Subject: [PATCH] Bump json from 20211205 to 20220320 Bumps [json](https://github.com/douglascrockford/JSON-java) from 20211205 to 20220320. - [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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 4b2cfcc..3d701c4 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,5 +54,5 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:4.3.1' testImplementation 'com.squareup.okhttp3:mockwebserver:4.9.3' - testImplementation 'org.json:json:20211205' + testImplementation 'org.json:json:20220320' }