Skip to content

Commit 6e02113

Browse files
chore: bump org.mockito:mockito-android from 5.8.0 to 5.11.0 in /android
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 5.8.0 to 5.11.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.8.0...v5.11.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ad54b0f commit 6e02113

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ dependencies {
7373
//
7474

7575
testImplementation 'org.mockito:mockito-core:5.8.0'
76-
androidTestImplementation 'org.mockito:mockito-android:5.8.0'
76+
androidTestImplementation 'org.mockito:mockito-android:5.11.0'
7777
testImplementation 'androidx.annotation:annotation:1.7.1'
7878

7979
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)