Update dependency io.mockk:mockk to v1.13.3

This commit is contained in:
Renovate Bot 2022-11-29 13:30:42 +00:00
parent b94363e035
commit a9aafef28b
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ dependencies {
implementation("net.openid:appauth:0.11.1")
testImplementation("junit:junit:4.13.2")
testImplementation("io.mockk:mockk:1.13.2")
testImplementation("io.mockk:mockk:1.13.3")
testImplementation("androidx.test:core:1.5.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.9")