From b7d3ce3454fd9dca8926905a36f9bb05d59a1a2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 10:12:59 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20260522 to 20260719 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20260522 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/20260522...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] --- sms2webhook/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index ba5ef05..058eb85 100644 --- a/sms2webhook/build.gradle +++ b/sms2webhook/build.gradle @@ -70,7 +70,7 @@ dependencies { // Unit testing testImplementation 'junit:junit:4.13.2' testImplementation 'org.mockito:mockito-core:5.23.0' - testImplementation 'org.json:json:20260522' + testImplementation 'org.json:json:20260719' // Instrumented testing androidTestImplementation 'androidx.test.ext:junit:1.3.0'