Update dependency io.mockk:mockk to v1.12.7

This commit is contained in:
Renovate Bot 2022-08-26 09:30:30 +00:00 committed by Ryan Harg
parent 6ce043893e
commit c1c218eb6f
No known key found for this signature in database
GPG Key ID: 89106F3A84E6958C
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.12.4")
testImplementation("io.mockk:mockk:1.12.7")
testImplementation("androidx.test:core:1.4.0")
testImplementation("io.strikt:strikt-core:0.34.1")
testImplementation("org.robolectric:robolectric:4.8.2")