Compare commits

...

1 commit

Author SHA1 Message Date
dependabot[bot]
e5c819131d
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>
2024-06-01 22:01:18 +00:00
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.10"
testImplementation "io.mockk:mockk-jvm:1.13.11"
}

View file

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