From f92c60b89c72c4b20e9a89dcf27c14ed13e4be72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 23:28:07 +0000 Subject: [PATCH] Bump org.json:json from 20140107 to 20250107 in /android Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20140107 to 20250107. - [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] --- android/daemon/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/daemon/build.gradle b/android/daemon/build.gradle index 9f658a8b6..01fd39009 100644 --- a/android/daemon/build.gradle +++ b/android/daemon/build.gradle @@ -113,7 +113,7 @@ android { dependencies { testImplementation 'junit:junit:4.13.2' testImplementation project(path: ':daemon') - testImplementation 'org.json:json:20140107' + testImplementation 'org.json:json:20250107' androidTestImplementation 'androidx.test.ext:junit:1.1.3' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'