From 46dbfa461e63c24d4d6c045b75761834add97dec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:50:09 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20240205 to 20240303 in /app Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20240205 to 20240303. - [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 0c98da7e9..2112cb7df 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -102,7 +102,7 @@ dependencies { implementation 'com.ibm.icu:icu4j:60.2' testImplementation 'junit:junit:4.13.2' testImplementation 'androidx.test.ext:junit:1.1.5' - testImplementation 'org.json:json:20240205' + testImplementation 'org.json:json:20240303' 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'