From 8429e515b586f4b0d5faa2e7ed3c856dde76c00a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:07:32 +0000 Subject: [PATCH] build(deps): bump org.json:json from 20250517 to 20260719 in /device Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20260719. - [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/20250517...20260719) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260719' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- device/app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/app/build.gradle b/device/app/build.gradle index 0fb3bc3..48ebc16 100644 --- a/device/app/build.gradle +++ b/device/app/build.gradle @@ -58,7 +58,7 @@ android { dependencies { testImplementation "junit:junit:4.13.2" - testImplementation "org.json:json:20250517" + testImplementation "org.json:json:20260719" androidTestImplementation "androidx.test.ext:junit:1.2.1" androidTestImplementation "androidx.test:runner:1.6.2" androidTestImplementation "androidx.test:core:1.6.1"