Skip to content

Commit aa3c993

Browse files
[in_app_pur]: Bump json
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20180813 to 20220924. - [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] <support@github.com>
1 parent ea14939 commit aa3c993

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/in_app_purchase/in_app_purchase_android/example/android/app

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
implementation 'com.android.billingclient:billing:5.0.0'
110110
testImplementation 'junit:junit:4.13.2'
111111
testImplementation 'org.mockito:mockito-core:3.6.0'
112-
testImplementation 'org.json:json:20180813'
112+
testImplementation 'org.json:json:20220924'
113113
androidTestImplementation 'androidx.test:runner:1.1.1'
114114
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'
115115
}

0 commit comments

Comments
 (0)