Update dependency io.mockk:mockk to v1.13.2
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.mockk:mockk (source) | dependencies | minor |
1.12.7 -> 1.13.2
|
⚠ Dependency Lookup Warnings ⚠
Warnings were logged while processing this repo. Please check the logs for more information.
Release Notes
mockk/mockk
v1.13.2
What's Changed
- update dependencies in readme to reflect new multiplatform structure by @aSemy in https://github.com/mockk/mockk/pull/926
- Properly handle sealed classes with Kotlin 1.7 and JDK 17 by @stuebingerb in https://github.com/mockk/mockk/pull/916
- add jdk 19 to workflow test matrix by @aSemy in https://github.com/mockk/mockk/pull/933
New Contributors
- @stuebingerb made their first contribution in https://github.com/mockk/mockk/pull/916
Full Changelog: https://github.com/mockk/mockk/compare/1.13.1...1.13.2
v1.13.1
New major release, mainly because the dependency to be included in gradle/maven files has changed from io.mockk:mockk
to io.mockk:mockk-<platform>
, where platform is either jvm
or android
.
What's Changed
- value class check - catch KotlinReflectionInternalError by @aSemy in https://github.com/mockk/mockk/pull/922
Full Changelog: https://github.com/mockk/mockk/compare/v1.12.8...1.13.1
v1.12.8
Big thanks to @aSemy, @qoomon and @kubode for investigating and fixing the bugs introduced in v1.12.7 and further improving the library!
What's Changed
- fix: handle isValue exceptions by @qoomon in https://github.com/mockk/mockk/pull/890
- Fix Android Instrumentation dispatcher.jar inclusion by @aSemy in https://github.com/mockk/mockk/pull/899
- Standardise JVM target to be 1.8 by @aSemy in https://github.com/mockk/mockk/pull/900
- introduce Kotlinx Benchmark tests (copied from #763) by @aSemy in https://github.com/mockk/mockk/pull/904
- try reverting Android minSdk to 21 by @aSemy in https://github.com/mockk/mockk/pull/901
- expose more mockk projects as API dependencies by @aSemy in https://github.com/mockk/mockk/pull/905
- make Java source code target jvm 8 by @aSemy in https://github.com/mockk/mockk/pull/907
- Fix an issue that Android Instrumentation Test fails by @kubode in https://github.com/mockk/mockk/pull/895
- use the official Gradle GHA by @aSemy in https://github.com/mockk/mockk/pull/914
- De-duplicate
ValueClassSupport
by @aSemy in https://github.com/mockk/mockk/pull/913 - add 1.7.20-RC to test matrix by @aSemy in https://github.com/mockk/mockk/pull/918
Full Changelog: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8
Configuration
-
If you want to rebase/retry this MR, click this checkbox.
This MR has been generated by Renovate Bot.