From a45cb918443e724ea677ceb82164697824f132dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 04:45:39 +0000 Subject: [PATCH] chore(deps): bump org.json:json in /bindings/react-native/android Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20260719 to 20260814. - [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/compare/20260719...20260814) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260814' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- bindings/react-native/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/react-native/android/build.gradle b/bindings/react-native/android/build.gradle index 85e83fdc..f0791815 100644 --- a/bindings/react-native/android/build.gradle +++ b/bindings/react-native/android/build.gradle @@ -94,5 +94,5 @@ dependencies { testImplementation 'androidx.core:core:1.13.1' // Real org.json for JVM unit tests (the android.jar org.json is a stub // that throws) — needed by RelayControlOpTranslatorTest. - testImplementation 'org.json:json:20260719' + testImplementation 'org.json:json:20260814' }