Bump io.mockk:mockk-jvm from 1.13.8 to 1.13.9 (#189)

This commit is contained in:
dependabot[bot] 2024-02-17 11:44:31 +00:00 committed by GitHub
parent b5f64f0dbc
commit fbc50399e0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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"
}

View file

@ -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 {