From f66b58fc3c6e5bdfcef7e94fd03fa7d233461c96 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 02:22:44 +0000 Subject: [PATCH] Bump org.json:json from 20250517 to 20251224 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20251224. - [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-version: '20251224' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- tracker/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tracker/build.gradle b/tracker/build.gradle index b58f727..7e97686 100644 --- a/tracker/build.gradle +++ b/tracker/build.gradle @@ -46,7 +46,7 @@ dependencies { // Mocktio testImplementation "org.mockito:mockito-core:5.20.0" - testImplementation "org.json:json:20250517" + testImplementation "org.json:json:20251224" testImplementation "org.robolectric:robolectric:4.15.1" }