Update dependency io.mockk:mockk to v1.13.5

This commit is contained in:
renovate[bot] 2023-05-01 15:11:11 +00:00 committed by GitHub
parent 9b7b2e702e
commit 71de71b969
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -36,6 +36,6 @@ ktor-android = { group = "io.ktor", name = "ktor-client-android", version.ref =
junit = { group = "junit", name = "junit", version = "4.13.2" }
kluent = { group = "org.amshove.kluent", name = "kluent", version = "1.73" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.4" }
mockk = { group = "io.mockk", name = "mockk", version = "1.13.5" }
leakcanary = { group = "com.squareup.leakcanary", name = "leakcanary-android", version = "2.10" }