Skip to content

Commit 4de6343

Browse files
build(deps): Bump org.mockito:mockito-core from 5.4.0 to 5.7.0
Bumps [org.mockito:mockito-core](https://github.com/mockito/mockito) from 5.4.0 to 5.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.4.0...v5.7.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 6344676 commit 4de6343

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
@@ -120,7 +120,7 @@ dependencies {
120120
testImplementation 'androidx.test:core:1.5.0'
121121
testImplementation 'androidx.arch.core:core-testing:2.2.0'
122122
testImplementation 'junit:junit:4.13.2'
123-
testImplementation 'org.mockito:mockito-core:5.4.0'
123+
testImplementation 'org.mockito:mockito-core:5.7.0'
124124
testImplementation 'org.robolectric:robolectric:4.10.3'
125125

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

0 commit comments

Comments
 (0)