Skip to content

Commit

Permalink
chore(android): Update json test dependency (#7102)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Nov 29, 2023
1 parent 13935f0 commit 7977a6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion android/capacitor/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ dependencies {
androidTestImplementation "androidx.test.ext:junit:$androidxJunitVersion"
androidTestImplementation "androidx.test.espresso:espresso-core:$androidxEspressoCoreVersion"
implementation "org.apache.cordova:framework:$cordovaAndroidVersion"
testImplementation 'org.json:json:20230227'
testImplementation 'org.json:json:20231013'
testImplementation 'org.mockito:mockito-inline:5.2.0'
}

0 comments on commit 7977a6d

Please sign in to comment.