Skip to content

Commit b6283cb

Browse files
committed
Rollback mockito version causing a bug in the test
1 parent 9da307e commit b6283cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/android/app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ dependencies {
109109
testImplementation 'org.assertj:assertj-core:3.11.1'
110110
testImplementation 'org.mockito:mockito-core:4.0.0'
111111
testImplementation 'com.squareup.assertj:assertj-android:1.2.0'
112-
testImplementation 'org.mockito:mockito-inline:3.4.0'
112+
testImplementation 'org.mockito:mockito-inline:4.7.0'
113113
testImplementation "org.mockito.kotlin:mockito-kotlin:4.0.0"
114114
testImplementation "org.jetbrains.kotlin:kotlin-test:$kotlinVersion"
115115
}

0 commit comments

Comments
 (0)