From f8a7edf52b34c3964eb7fab771a656f142175dc3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 15:24:43 +0200 Subject: [PATCH] chore(deps): bump org.json:json from 20190722 to 20231013 in /app (#553) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index ac9516b50..14ae852cd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -105,7 +105,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'