Skip to content

Commit c5b66b2

Browse files
chore: bump mockito-android from 4.9.0 to 4.10.0 (#294)
Bumps [mockito-android](https://github.com/mockito/mockito) from 4.9.0 to 4.10.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v4.10.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]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fe27e48 commit c5b66b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testutils/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
implementation fileTree(dir: 'libs', include: ['*.jar'])
5151
compileOnly project(':android-core')
5252
compileOnly project(':android-kit-base')
53-
compileOnly 'org.mockito:mockito-android:4.9.0'
53+
compileOnly 'org.mockito:mockito-android:4.10.0'
5454

5555
api 'androidx.annotation:annotation:1.5.0'
5656
api 'androidx.test.ext:junit:1.1.4'

0 commit comments

Comments
 (0)