From 67e2ab8f7e97ee0b128b4c0b893ffc47d0fc058a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Oct 2023 16:02:25 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20190722 to 20231013 in /app Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20190722 to 20231013. - [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 58d446c1a..ec74b2dd1 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,7 +90,7 @@ dependencies { testImplementation 'androidx.test.ext:junit:1.1.3' //noinspection GradleDependency testImplementation 'junit:junit:4.12' - testImplementation 'org.json:json:20190722' + testImplementation 'org.json:json:20231013' testImplementation 'org.powermock:powermock-api-mockito2:2.0.9' testImplementation 'org.powermock:powermock-classloading-xstream:2.0.9' testImplementation 'org.powermock:powermock-module-junit4-rule:2.0.9'