Bump io.mockk:mockk-jvm from 1.13.4 to 1.13.5 (#169)
This commit is contained in:
parent
fb76454793
commit
b5028a6437
2 changed files with 2 additions and 2 deletions
|
@ -14,5 +14,5 @@ dependencies {
|
||||||
implementation libs.retrofit.scalars
|
implementation libs.retrofit.scalars
|
||||||
implementation libs.retrofit.serialization
|
implementation libs.retrofit.serialization
|
||||||
|
|
||||||
testImplementation "io.mockk:mockk-jvm:1.13.4"
|
testImplementation "io.mockk:mockk-jvm:1.13.5"
|
||||||
}
|
}
|
||||||
|
|
|
@ -18,7 +18,7 @@ dependencies {
|
||||||
|
|
||||||
implementation "com.squareup.okhttp3:okhttp-urlconnection"
|
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) {
|
tasks.withType(Test) {
|
||||||
|
|
Loading…
Reference in a new issue