From b1b1efa5c8b3bba0bd4383e4f5ba25796d4140d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 15:51:59 +0000 Subject: [PATCH] chore(deps): 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/compare/20250517...20251224) --- 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] --- sms2webhook/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sms2webhook/build.gradle b/sms2webhook/build.gradle index 9b249ae..ffd96e9 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:20251224' // Instrumented testing androidTestImplementation 'androidx.test.ext:junit:1.3.0'