Skip to content
This repository was archived by the owner on Dec 10, 2024. It is now read-only.

Commit 3415e16

Browse files
Fernanda ReisFernanda Reis
authored andcommitted
Update Mockito version to fix error regarding mocking final classes (issue #77)
1 parent c2cabd1 commit 3415e16

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
@@ -66,7 +66,7 @@ dependencies {
6666
kapt "com.google.dagger:dagger-compiler:$dagger_version"
6767

6868
testImplementation 'junit:junit:4.13.2'
69-
testImplementation 'org.mockito:mockito-core:3.4.6'
69+
testImplementation 'org.mockito:mockito-core:5.3.1'
7070
testImplementation 'android.arch.core:core-testing:1.1.1'
7171

7272
def androidx_test_version = "1.4.0"

0 commit comments

Comments
 (0)