Skip to content
This repository was archived by the owner on Mar 30, 2025. It is now read-only.

Commit e612f44

Browse files
Bump mockito-core from 3.6.28 to 3.7.0 (#214)
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.6.28 to 3.7.0. - [Release notes](https://github.com/mockito/mockito/releases) - [Commits](mockito/mockito@v3.6.28...v3.7.0) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d920cfe commit e612f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ dependencies {
106106
implementation 'androidx.recyclerview:recyclerview:1.1.0'
107107
implementation 'de.hdodenhof:circleimageview:3.1.0'
108108
testImplementation 'junit:junit:4.13.1'
109-
testImplementation 'org.mockito:mockito-core:3.6.28'
109+
testImplementation 'org.mockito:mockito-core:3.7.0'
110110
androidTestImplementation 'androidx.test.espresso:espresso-core:3.3.0'
111111
androidTestImplementation 'androidx.test.ext:junit:1.1.2'
112112
androidTestImplementation 'androidx.annotation:annotation:1.1.0'

0 commit comments

Comments
 (0)