Skip to content

Commit 0dc6991

Browse files
[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](stleary/JSON-java@2025122...2026052) --- 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] <support@github.com>
1 parent 69cf959 commit 0dc6991

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/in_app_purchase/in_app_purchase/example/android/app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ dependencies {
100100
implementation("com.android.billingclient:billing:3.0.2")
101101
testImplementation("junit:junit:4.13.2")
102102
testImplementation("org.mockito:mockito-core:5.0.0")
103-
testImplementation("org.json:json:20251224")
103+
testImplementation("org.json:json:20260522")
104104
androidTestImplementation("androidx.test:runner:1.1.1")
105105
androidTestImplementation("androidx.test.espresso:espresso-core:3.1.1")
106106
}

0 commit comments

Comments
 (0)