Skip to content

Commit 84a4364

Browse files
fix(deps): update dependency org.mockito.kotlin:mockito-kotlin to v5.3.1
1 parent 3145d6c commit 84a4364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ publishing {
9898
dependencies {
9999
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.7.3")
100100
testImplementation("junit:junit:4.13.2")
101-
testImplementation("org.mockito.kotlin:mockito-kotlin:5.1.0")
101+
testImplementation("org.mockito.kotlin:mockito-kotlin:5.3.1")
102102
testImplementation("org.jetbrains.kotlinx:kotlinx-coroutines-test:1.7.3")
103103
}
104104

0 commit comments

Comments
 (0)