Bump io.mockk:mockk-jvm from 1.13.8 to 1.13.9 (#189)
This commit is contained in:
parent
b5f64f0dbc
commit
fbc50399e0
2 changed files with 2 additions and 2 deletions
|
@ -16,5 +16,5 @@ dependencies {
|
|||
implementation libs.retrofit.scalars
|
||||
implementation libs.retrofit.serialization
|
||||
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.8"
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.9"
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
|||
|
||||
implementation "com.squareup.okhttp3:okhttp-urlconnection"
|
||||
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.8"
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.9"
|
||||
}
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
|
|
Loading…
Reference in a new issue