Skip to content

Commit 010fc25

Browse files
[dependabot]: Bump org.mockito:mockito-core
Bumps the test-dependencies group with 1 update in the /android directory: [org.mockito:mockito-core](https://github.com/mockito/mockito). Updates `org.mockito:mockito-core` from 5.0.0 to 5.21.0 - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v5.0.0...v5.21.0) --- updated-dependencies: - dependency-name: org.mockito:mockito-core dependency-version: 5.21.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: test-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f310ab0 commit 010fc25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ android {
7373

7474
dependencies {
7575
testImplementation 'junit:junit:4.13.2'
76-
testImplementation 'org.mockito:mockito-core:5.0.0'
76+
testImplementation 'org.mockito:mockito-core:5.21.0'
7777
}
7878

7979
testOptions {

0 commit comments

Comments
 (0)