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

Commit 591a616

Browse files
[in_app_pur]: Bump mockito-core
Bumps [mockito-core](https://github.com/mockito/mockito) from 4.6.1 to 4.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.6.1...v4.7.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8cc68e5 commit 591a616

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ flutter {
108108
dependencies {
109109
implementation 'com.android.billingclient:billing:3.0.2'
110110
testImplementation 'junit:junit:4.13.2'
111-
testImplementation 'org.mockito:mockito-core:4.6.1'
111+
testImplementation 'org.mockito:mockito-core:4.7.0'
112112
testImplementation 'org.json:json:20180813'
113113
androidTestImplementation 'androidx.test:runner:1.1.1'
114114
androidTestImplementation 'androidx.test.espresso:espresso-core:3.1.1'

0 commit comments

Comments
 (0)