Merge branch 'renovate/io.mockk-mockk-1.x' into 'develop'

Update dependency io.mockk:mockk to v1.12.4

See merge request funkwhale/funkwhale-android!158
This commit is contained in:
Ryan Harg 2022-05-25 08:41:38 +00:00
commit cdfd2b72b1
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.3")
testImplementation("io.mockk:mockk:1.12.4")
testImplementation("androidx.test:core:1.4.0")
testImplementation("io.strikt:strikt-core:${Versions.strikt}")
testImplementation("org.robolectric:robolectric:${Versions.robolectric}")