Skip to content

Commit 676ac05

Browse files
[in_app_pur]: Bump org.json:json
Bumps [org.json:json](https://github.com/douglascrockford/JSON-java) from 20220320 to 20230227. - [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 e4cabdf commit 676ac05

File tree

1 file changed

+1
-1
lines changed
  • packages/in_app_purchase/in_app_purchase_android/android

1 file changed

+1
-1
lines changed

packages/in_app_purchase/in_app_purchase_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
implementation 'androidx.annotation:annotation:1.3.0'
5656
implementation 'com.android.billingclient:billing:5.0.0'
5757
testImplementation 'junit:junit:4.13.2'
58-
testImplementation 'org.json:json:20220320'
58+
testImplementation 'org.json:json:20230227'
5959
testImplementation 'org.mockito:mockito-core:4.7.0'
6060
androidTestImplementation 'androidx.test:runner:1.4.0'
6161
androidTestImplementation 'androidx.test.espresso:espresso-core:3.4.0'

0 commit comments

Comments
 (0)