Skip to content

Commit 76daeee

Browse files
Bump mockito-core from 5.0.0 to 5.1.0
Bumps [mockito-core](https://github.com/mockito/mockito) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.0.0...v5.1.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 05fe459 commit 76daeee

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ dependencies {
116116
testImplementation 'androidx.test:core:1.5.0'
117117
testImplementation 'androidx.arch.core:core-testing:2.1.0'
118118
testImplementation 'junit:junit:4.13.2'
119-
testImplementation 'org.mockito:mockito-core:5.0.0'
119+
testImplementation 'org.mockito:mockito-core:5.1.0'
120120
testImplementation 'org.robolectric:robolectric:4.9.2'
121121

122122
implementation fileTree(dir: 'libs', include: ['*.jar'])

0 commit comments

Comments
 (0)