chore(deps): update dependency io.mockk:mockk-android to v1.13.4

This commit is contained in:
Renovate Bot 2023-04-05 01:30:48 +00:00
parent 8832b74cb4
commit 879d873156
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ dependencies {
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.9.2")
androidTestImplementation("io.mockk:mockk-android:1.13.3")
androidTestImplementation("io.mockk:mockk-android:1.13.4")
androidTestImplementation("androidx.navigation:navigation-testing:$navVersion")
}