From 5bfd0fa3d6a066f4b33569ec63b5ec27637f392c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 May 2026 15:54:05 +0000 Subject: [PATCH] chore(deps): bump org.json:json from 20250517 to 20260522 Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20250517 to 20260522. - [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...20260522) --- updated-dependencies: - dependency-name: org.json:json dependency-version: '20260522' 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 9b249ae..5087233 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.18.0' - testImplementation 'org.json:json:20250517' + testImplementation 'org.json:json:20260522' // Instrumented testing androidTestImplementation 'androidx.test.ext:junit:1.3.0'