Bump io.mockk:mockk-jvm from 1.13.4 to 1.13.5 (#169)

This commit is contained in:
dependabot[bot] 2023-05-04 19:32:08 +00:00 committed by GitHub
parent fb76454793
commit b5028a6437
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -14,5 +14,5 @@ dependencies {
implementation libs.retrofit.scalars
implementation libs.retrofit.serialization
testImplementation "io.mockk:mockk-jvm:1.13.4"
testImplementation "io.mockk:mockk-jvm:1.13.5"
}

View file

@ -18,7 +18,7 @@ dependencies {
implementation "com.squareup.okhttp3:okhttp-urlconnection"
testImplementation "io.mockk:mockk-jvm:1.13.4"
testImplementation "io.mockk:mockk-jvm:1.13.5"
}
tasks.withType(Test) {