Bump io.mockk:mockk-jvm from 1.13.10 to 1.13.11
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.13.10 to 1.13.11. - [Release notes](https://github.com/mockk/mockk/releases) - [Commits](https://github.com/mockk/mockk/compare/1.13.10...1.13.11) --- updated-dependencies: - dependency-name: io.mockk:mockk-jvm dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
e015980284
commit
e5c819131d
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.10"
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.11"
|
||||
}
|
||||
|
|
|
@ -16,7 +16,7 @@ dependencies {
|
|||
|
||||
implementation "com.squareup.okhttp3:okhttp-urlconnection"
|
||||
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.10"
|
||||
testImplementation "io.mockk:mockk-jvm:1.13.11"
|
||||
}
|
||||
|
||||
tasks.withType(Test).configureEach {
|
||||
|
|
Loading…
Reference in a new issue