From 5f7c3cad441a9f20d7565064dcca0358c3fe57e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 29 Oct 2024 18:40:35 +0000 Subject: [PATCH] Bump org.json:json from 20230618 to 20240303 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20230618 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 71adff2..6046315 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.12.0' testImplementation 'com.squareup.okhttp3:mockwebserver:4.12.0' - testImplementation 'org.json:json:20230618' + testImplementation 'org.json:json:20240303' // Other implementation(platform('org.jetbrains.kotlin:kotlin-bom:2.0.0')) implementation('com.google.android.play:review:2.0.2')