Skip to content

Commit d89e04d

Browse files
Bump org.mockito:mockito-core from 5.1.0 to 5.1.1
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.1.0 to 5.1.1. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.1.0...v5.1.1) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5c2816b commit d89e04d

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.1.0'
119+
testImplementation 'org.mockito:mockito-core:5.1.1'
120120
testImplementation 'org.robolectric:robolectric:4.9.2'
121121

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

0 commit comments

Comments
 (0)