Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.

Commit fed1ded

Browse files
[in_app_pur]: Bump org.mockito:mockito-core
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 4.7.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34a6813 commit fed1ded

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 'com.android.billingclient:billing:5.1.0'
5656
testImplementation 'junit:junit:4.13.2'
5757
testImplementation 'org.json:json:20220924'
58-
testImplementation 'org.mockito:mockito-core:4.7.0'
58+
testImplementation 'org.mockito:mockito-core:5.1.1'
5959
androidTestImplementation 'androidx.test:runner:1.4.0'
6060
androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1'
6161
}

0 commit comments

Comments
 (0)