Skip to content

Commit 80fe89c

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] <[email protected]>
1 parent 821e940 commit 80fe89c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,8 @@ dependencies {
127127
//
128128
implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.6.1"
129129

130-
testImplementation 'org.mockito:mockito-core:5.8.0'
131-
androidTestImplementation 'org.mockito:mockito-android:5.8.0'
130+
testImplementation 'org.mockito:mockito-core:5.18.0'
131+
androidTestImplementation 'org.mockito:mockito-android:5.18.0'
132132
testImplementation 'androidx.annotation:annotation:1.7.1'
133133

134134
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)