From dbdb39a2edb0f367572718932eb1af712147417a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 17:46:20 +0000 Subject: [PATCH] [dependabot]: Bump org.json:json Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20251224 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/20251224...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] --- .../in_app_purchase/example/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle.kts b/packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle.kts index 2ba1d93c7bc0..59116e3c4b44 100644 --- a/packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle.kts +++ b/packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle.kts @@ -100,7 +100,7 @@ dependencies { implementation("com.android.billingclient:billing:3.0.2") testImplementation("junit:junit:4.13.2") testImplementation("org.mockito:mockito-core:5.0.0") - testImplementation("org.json:json:20251224") + testImplementation("org.json:json:20260522") androidTestImplementation("androidx.test:runner:1.1.1") androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1") }