Skip to content

Commit 6cd2dfd

Browse files
chore: bump org.mockito:mockito-android from 4.9.0 to 5.2.0 (#358)
Bumps [org.mockito:mockito-android](https://github.com/mockito/mockito) from 4.9.0 to 5.2.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v4.9.0...v5.2.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-android dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 03a7922 commit 6cd2dfd

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:5.2.0'
5454

5555
api 'androidx.annotation:annotation:1.6.0'
5656
api 'androidx.test.ext:junit:1.1.5'

0 commit comments

Comments
 (0)