Skip to content

Commit 56ab33f

Browse files
[shared_pref]: Bump mockito-inline (flutter#6976)
Bumps [mockito-inline](https://github.com/mockito/mockito) from 4.7.0 to 5.0.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.7.0...v5.0.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-inline dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6ef1bc1 commit 56ab33f

File tree

1 file changed

+1
-1
lines changed
  • packages/shared_preferences/shared_preferences_android/android

1 file changed

+1
-1
lines changed

packages/shared_preferences/shared_preferences_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
}
4545
dependencies {
4646
testImplementation 'junit:junit:4.13.2'
47-
testImplementation 'org.mockito:mockito-inline:4.7.0'
47+
testImplementation 'org.mockito:mockito-inline:5.0.0'
4848
}
4949

5050

0 commit comments

Comments
 (0)