Update dependency io.mockk:mockk to v1.12.1

This commit is contained in:
Renovate Bot 2021-12-12 16:31:11 +00:00 committed by Ryan Harg
parent eec30e8582
commit dc8a27535e
1 changed files with 1 additions and 1 deletions

View File

@ -193,7 +193,7 @@ dependencies {
implementation("net.openid:appauth:${Versions.openIdAppAuth}")
testImplementation("junit:junit:4.13.2")
testImplementation("io.mockk:mockk:1.12.0")
testImplementation("io.mockk:mockk:1.12.1")
testImplementation("androidx.test:core:1.4.0")
testImplementation("io.strikt:strikt-core:${Versions.strikt}")
testImplementation("org.robolectric:robolectric:${Versions.robolectric}")