From 83aad5db0c284dbce5f55681601723cbf3ac91fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jun 2023 10:58:51 +0000 Subject: [PATCH] [in_app_pur]: Bump org.json:json Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220924 to 20230618. - [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/commits) --- updated-dependencies: - dependency-name: org.json:json dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../in_app_purchase_android/android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle index 0d4bde6183cd..4d0661e19441 100644 --- a/packages/in_app_purchase/in_app_purchase_android/android/build.gradle +++ b/packages/in_app_purchase/in_app_purchase_android/android/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation 'androidx.annotation:annotation:1.5.0' implementation 'com.android.billingclient:billing:5.1.0' testImplementation 'junit:junit:4.13.2' - testImplementation 'org.json:json:20220924' + testImplementation 'org.json:json:20230618' testImplementation 'org.mockito:mockito-core:4.7.0' androidTestImplementation 'androidx.test:runner:1.4.0' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'