From 24de25f6e77466d3df07bcde2e2eb0690bec078b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 03:13:34 +0000 Subject: [PATCH] Bump org.json:json from 20251224 to 20260814 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20251224 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/20251224...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] --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8d00a2d..a09d801 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -77,7 +77,7 @@ dependencies { debugImplementation("androidx.compose.ui:ui-tooling") testImplementation("junit:junit:4.13.2") - testImplementation("org.json:json:20251224") + testImplementation("org.json:json:20260814") } // Ordinary releases deliberately have no update channel. Keep this verification