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

Commit c44f56d

Browse files
[local_auth]: Bump mockito-inline (#6968)
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 783ce6d commit c44f56d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/local_auth/local_auth_android/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
api "androidx.biometric:biometric:1.1.0"
5656
api "androidx.fragment:fragment:1.5.5"
5757
testImplementation 'junit:junit:4.13.2'
58-
testImplementation 'org.mockito:mockito-inline:4.7.0'
58+
testImplementation 'org.mockito:mockito-inline:5.0.0'
5959
testImplementation 'org.robolectric:robolectric:4.5'
6060
androidTestImplementation 'androidx.test:runner:1.2.0'
6161
androidTestImplementation 'androidx.test:rules:1.2.0'

0 commit comments

Comments
 (0)