mockk/mockk (io.mockk:mockk)
### [`v1.12.8`](https://togithub.com/mockk/mockk/releases/tag/v1.12.8)
[Compare Source](https://togithub.com/mockk/mockk/compare/1.12.7...v1.12.8)
Big thanks to [@aSemy](https://togithub.com/aSemy), [@qoomon](https://togithub.com/qoomon) and [@kubode](https://togithub.com/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](https://togithub.com/qoomon) in [https://github.com/mockk/mockk/pull/890](https://togithub.com/mockk/mockk/pull/890)
- Fix Android Instrumentation dispatcher.jar inclusion by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/899](https://togithub.com/mockk/mockk/pull/899)
- Standardise JVM target to be 1.8 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/900](https://togithub.com/mockk/mockk/pull/900)
- introduce Kotlinx Benchmark tests (copied from [#763](https://togithub.com/mockk/mockk/issues/763)) by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/904](https://togithub.com/mockk/mockk/pull/904)
- try reverting Android minSdk to 21 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/901](https://togithub.com/mockk/mockk/pull/901)
- expose more mockk projects as API dependencies by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/905](https://togithub.com/mockk/mockk/pull/905)
- make Java source code target jvm 8 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/907](https://togithub.com/mockk/mockk/pull/907)
- Fix an issue that Android Instrumentation Test fails by [@kubode](https://togithub.com/kubode) in [https://github.com/mockk/mockk/pull/895](https://togithub.com/mockk/mockk/pull/895)
- use the official Gradle GHA by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/914](https://togithub.com/mockk/mockk/pull/914)
- De-duplicate `ValueClassSupport` by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/913](https://togithub.com/mockk/mockk/pull/913)
- add 1.7.20-RC to test matrix by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/918](https://togithub.com/mockk/mockk/pull/918)
**Full Changelog**: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8
### [`v1.12.7`](https://togithub.com/mockk/mockk/releases/tag/1.12.7)
[Compare Source](https://togithub.com/mockk/mockk/compare/1.12.6...1.12.7)
#### What's Changed
- Update android-sdk-detector.settings.gradle.kts by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/886](https://togithub.com/mockk/mockk/pull/886)
- only sign if the signing properties are present by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/885](https://togithub.com/mockk/mockk/pull/885)
- Fix an issue that Android libraries was not published by [@kubode](https://togithub.com/kubode) in [https://github.com/mockk/mockk/pull/887](https://togithub.com/mockk/mockk/pull/887)
#### New Contributors
- [@kubode](https://togithub.com/kubode) made their first contribution in [https://github.com/mockk/mockk/pull/887](https://togithub.com/mockk/mockk/pull/887)
**Full Changelog**: https://github.com/mockk/mockk/compare/1.12.6...1.12.7
### [`v1.12.6`](https://togithub.com/mockk/mockk/releases/tag/1.12.6)
[Compare Source](https://togithub.com/mockk/mockk/compare/1.12.5...1.12.6)
### Broken release, don't use this
If you are upgrading from a previous version, please upgrade directly to 1.12.7 or higher.
Sorry for the inconvenience.
#### What's Changed
- Dependency updates, JDK17 v2 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/863](https://togithub.com/mockk/mockk/pull/863)
- Dependency updates, JDK17 by [@hduerkop](https://togithub.com/hduerkop) in [https://github.com/mockk/mockk/pull/829](https://togithub.com/mockk/mockk/pull/829)
- Fix unmockkAll to work if constructor was mocked multiple times by [@Chrostoq](https://togithub.com/Chrostoq) in [https://github.com/mockk/mockk/pull/870](https://togithub.com/mockk/mockk/pull/870)
- fix: fix value class field determination by [@qoomon](https://togithub.com/qoomon) in [https://github.com/mockk/mockk/pull/872](https://togithub.com/mockk/mockk/pull/872)
- [#854](https://togithub.com/mockk/mockk/issues/854) update projects to use new Kotlin Multiplatform Gradle plugin by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/855](https://togithub.com/mockk/mockk/pull/855)
#### New Contributors
- [@hduerkop](https://togithub.com/hduerkop) made their first contribution in [https://github.com/mockk/mockk/pull/829](https://togithub.com/mockk/mockk/pull/829)
- [@Chrostoq](https://togithub.com/Chrostoq) made their first contribution in [https://github.com/mockk/mockk/pull/870](https://togithub.com/mockk/mockk/pull/870)
**Full Changelog**: https://github.com/mockk/mockk/compare/1.12.5...1.12.6
### [`v1.12.5`](https://togithub.com/mockk/mockk/releases/tag/1.12.5)
[Compare Source](https://togithub.com/mockk/mockk/compare/1.12.4...1.12.5)
Thanks a lot [@aSemy](https://togithub.com/aSemy) and [@qoomon](https://togithub.com/qoomon) for the big effort to add value class support!
#### What's Changed
- Better detection of unnecessary stubbing by [@PHaroZ](https://togithub.com/PHaroZ) in [https://github.com/mockk/mockk/pull/825](https://togithub.com/mockk/mockk/pull/825)
- Build logic improvements by [@c00ler](https://togithub.com/c00ler) in [https://github.com/mockk/mockk/pull/840](https://togithub.com/mockk/mockk/pull/840)
- remove invalid 'flowRoot' from SVGs, resize documents to contents by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/852](https://togithub.com/mockk/mockk/pull/852)
- bump kotlin 1.7.10, and language level to 1.5 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/850](https://togithub.com/mockk/mockk/pull/850)
- Update 'all tests' GitHub action, enable Gradle Build Cache by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/862](https://togithub.com/mockk/mockk/pull/862)
- [#832](https://togithub.com/mockk/mockk/issues/832) Add tests for sealed classes by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/861](https://togithub.com/mockk/mockk/pull/861)
- [#152](https://togithub.com/mockk/mockk/issues/152) support value classes by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/849](https://togithub.com/mockk/mockk/pull/849)
#### New Contributors
- [@PHaroZ](https://togithub.com/PHaroZ) made their first contribution in [https://github.com/mockk/mockk/pull/825](https://togithub.com/mockk/mockk/pull/825)
- [@c00ler](https://togithub.com/c00ler) made their first contribution in [https://github.com/mockk/mockk/pull/840](https://togithub.com/mockk/mockk/pull/840)
**Full Changelog**: https://github.com/mockk/mockk/compare/1.12.4...1.12.5
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
1.12.4
->1.12.8
Release Notes
mockk/mockk (io.mockk:mockk)
### [`v1.12.8`](https://togithub.com/mockk/mockk/releases/tag/v1.12.8) [Compare Source](https://togithub.com/mockk/mockk/compare/1.12.7...v1.12.8) Big thanks to [@aSemy](https://togithub.com/aSemy), [@qoomon](https://togithub.com/qoomon) and [@kubode](https://togithub.com/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](https://togithub.com/qoomon) in [https://github.com/mockk/mockk/pull/890](https://togithub.com/mockk/mockk/pull/890) - Fix Android Instrumentation dispatcher.jar inclusion by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/899](https://togithub.com/mockk/mockk/pull/899) - Standardise JVM target to be 1.8 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/900](https://togithub.com/mockk/mockk/pull/900) - introduce Kotlinx Benchmark tests (copied from [#763](https://togithub.com/mockk/mockk/issues/763)) by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/904](https://togithub.com/mockk/mockk/pull/904) - try reverting Android minSdk to 21 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/901](https://togithub.com/mockk/mockk/pull/901) - expose more mockk projects as API dependencies by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/905](https://togithub.com/mockk/mockk/pull/905) - make Java source code target jvm 8 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/907](https://togithub.com/mockk/mockk/pull/907) - Fix an issue that Android Instrumentation Test fails by [@kubode](https://togithub.com/kubode) in [https://github.com/mockk/mockk/pull/895](https://togithub.com/mockk/mockk/pull/895) - use the official Gradle GHA by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/914](https://togithub.com/mockk/mockk/pull/914) - De-duplicate `ValueClassSupport` by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/913](https://togithub.com/mockk/mockk/pull/913) - add 1.7.20-RC to test matrix by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/918](https://togithub.com/mockk/mockk/pull/918) **Full Changelog**: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8 ### [`v1.12.7`](https://togithub.com/mockk/mockk/releases/tag/1.12.7) [Compare Source](https://togithub.com/mockk/mockk/compare/1.12.6...1.12.7) #### What's Changed - Update android-sdk-detector.settings.gradle.kts by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/886](https://togithub.com/mockk/mockk/pull/886) - only sign if the signing properties are present by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/885](https://togithub.com/mockk/mockk/pull/885) - Fix an issue that Android libraries was not published by [@kubode](https://togithub.com/kubode) in [https://github.com/mockk/mockk/pull/887](https://togithub.com/mockk/mockk/pull/887) #### New Contributors - [@kubode](https://togithub.com/kubode) made their first contribution in [https://github.com/mockk/mockk/pull/887](https://togithub.com/mockk/mockk/pull/887) **Full Changelog**: https://github.com/mockk/mockk/compare/1.12.6...1.12.7 ### [`v1.12.6`](https://togithub.com/mockk/mockk/releases/tag/1.12.6) [Compare Source](https://togithub.com/mockk/mockk/compare/1.12.5...1.12.6) ### Broken release, don't use this If you are upgrading from a previous version, please upgrade directly to 1.12.7 or higher. Sorry for the inconvenience. #### What's Changed - Dependency updates, JDK17 v2 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/863](https://togithub.com/mockk/mockk/pull/863) - Dependency updates, JDK17 by [@hduerkop](https://togithub.com/hduerkop) in [https://github.com/mockk/mockk/pull/829](https://togithub.com/mockk/mockk/pull/829) - Fix unmockkAll to work if constructor was mocked multiple times by [@Chrostoq](https://togithub.com/Chrostoq) in [https://github.com/mockk/mockk/pull/870](https://togithub.com/mockk/mockk/pull/870) - fix: fix value class field determination by [@qoomon](https://togithub.com/qoomon) in [https://github.com/mockk/mockk/pull/872](https://togithub.com/mockk/mockk/pull/872) - [#854](https://togithub.com/mockk/mockk/issues/854) update projects to use new Kotlin Multiplatform Gradle plugin by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/855](https://togithub.com/mockk/mockk/pull/855) #### New Contributors - [@hduerkop](https://togithub.com/hduerkop) made their first contribution in [https://github.com/mockk/mockk/pull/829](https://togithub.com/mockk/mockk/pull/829) - [@Chrostoq](https://togithub.com/Chrostoq) made their first contribution in [https://github.com/mockk/mockk/pull/870](https://togithub.com/mockk/mockk/pull/870) **Full Changelog**: https://github.com/mockk/mockk/compare/1.12.5...1.12.6 ### [`v1.12.5`](https://togithub.com/mockk/mockk/releases/tag/1.12.5) [Compare Source](https://togithub.com/mockk/mockk/compare/1.12.4...1.12.5) Thanks a lot [@aSemy](https://togithub.com/aSemy) and [@qoomon](https://togithub.com/qoomon) for the big effort to add value class support! #### What's Changed - Better detection of unnecessary stubbing by [@PHaroZ](https://togithub.com/PHaroZ) in [https://github.com/mockk/mockk/pull/825](https://togithub.com/mockk/mockk/pull/825) - Build logic improvements by [@c00ler](https://togithub.com/c00ler) in [https://github.com/mockk/mockk/pull/840](https://togithub.com/mockk/mockk/pull/840) - remove invalid 'flowRoot' from SVGs, resize documents to contents by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/852](https://togithub.com/mockk/mockk/pull/852) - bump kotlin 1.7.10, and language level to 1.5 by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/850](https://togithub.com/mockk/mockk/pull/850) - Update 'all tests' GitHub action, enable Gradle Build Cache by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/862](https://togithub.com/mockk/mockk/pull/862) - [#832](https://togithub.com/mockk/mockk/issues/832) Add tests for sealed classes by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/861](https://togithub.com/mockk/mockk/pull/861) - [#152](https://togithub.com/mockk/mockk/issues/152) support value classes by [@aSemy](https://togithub.com/aSemy) in [https://github.com/mockk/mockk/pull/849](https://togithub.com/mockk/mockk/pull/849) #### New Contributors - [@PHaroZ](https://togithub.com/PHaroZ) made their first contribution in [https://github.com/mockk/mockk/pull/825](https://togithub.com/mockk/mockk/pull/825) - [@c00ler](https://togithub.com/c00ler) made their first contribution in [https://github.com/mockk/mockk/pull/840](https://togithub.com/mockk/mockk/pull/840) **Full Changelog**: https://github.com/mockk/mockk/compare/1.12.4...1.12.5Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Enabled.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Renovate Bot.