From 432b100d080fb87cb3963ffbc66086d719e4351a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 11:55:25 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20260719 to 20260814 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] --- 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 7b278124..4c8bfed5 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -255,7 +255,7 @@ dependencies { // Unit tests testImplementation("junit:junit:4.13.2") - testImplementation("org.json:json:20260719") + testImplementation("org.json:json:20260814") // Coroutines test support for runTest in SubagentWatcherTest testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.11.0") // kotlin.test assertions (assertTrue/assertEquals/etc.) for JVM unit tests