chore(deps): update dependency io.mockk:mockk-android to v1.13.4
This MR contains the following updates:
Package | Type | Update | Change |
---|---|---|---|
io.mockk:mockk-android (source) | dependencies | patch |
1.13.3 -> 1.13.4
|
Release Notes
mockk/mockk
v1.13.4
What's Changed
- Remove redundant spread (*) operator by @SimonMarquis in https://github.com/mockk/mockk/pull/986
- Inline mocked subclass of sealed class along with the sealed class itself by @m-burst in https://github.com/mockk/mockk/pull/988
- Document InaccessibleObjectException/IllegalAccessException on JDK 16+ with solution by @sergey-volkov-lm in https://github.com/mockk/mockk/pull/965
- fix: [#989] Slf4J 2.0+ Support by @Slava-Miligoulo-Target in https://github.com/mockk/mockk/pull/990
- Fixes #647 by allowing
classBeingRedefined
to benull
by @gmazzo in https://github.com/mockk/mockk/pull/985 - bump Gradle to 7.6 by @aSemy in https://github.com/mockk/mockk/pull/992
- bump Kover to 0.6.1 by @aSemy in https://github.com/mockk/mockk/pull/993
- Code cleanup by @aSemy in https://github.com/mockk/mockk/pull/976
- Update ByteBuddy to 1.12.20 by @ansman in https://github.com/mockk/mockk/pull/1002
- Customize jobs name to make the matrix values more explicit by @SimonMarquis in https://github.com/mockk/mockk/pull/1004
- Replaced with fully qualified imports by @Sandhya2902 in https://github.com/mockk/mockk/pull/1006
- Update to Junit test by @Sandhya2902 in https://github.com/mockk/mockk/pull/1007
- Update to Junit5 from Junit4 by @Sandhya2902 in https://github.com/mockk/mockk/pull/1009
- Updated with right class name in logger by @Sandhya2902 in https://github.com/mockk/mockk/pull/1010
- Don't call match an extra time during verification by @camhashemi in https://github.com/mockk/mockk/pull/1017
- #1013 uncouple proxy objects from cancellable to make proxy available… by @bakomchik in https://github.com/mockk/mockk/pull/1018
- Update Kotlin to 1.8.0 by @aSemy in https://github.com/mockk/mockk/pull/1023
- Edit RecordingStateTest, CommonCallRecorderTest by @bossm0n5t3r in https://github.com/mockk/mockk/pull/1028
- Edit CapturingGenericArgumentsTest by @bossm0n5t3r in https://github.com/mockk/mockk/pull/1029
- De-duplicate ProxyMaker by @aSemy in https://github.com/mockk/mockk/pull/1025
New Contributors
- @sergey-volkov-lm made their first contribution in https://github.com/mockk/mockk/pull/965
- @Slava-Miligoulo-Target made their first contribution in https://github.com/mockk/mockk/pull/990
- @ansman made their first contribution in https://github.com/mockk/mockk/pull/1002
- @Sandhya2902 made their first contribution in https://github.com/mockk/mockk/pull/1006
- @camhashemi made their first contribution in https://github.com/mockk/mockk/pull/1017
- @bakomchik made their first contribution in https://github.com/mockk/mockk/pull/1018
Full Changelog: https://github.com/mockk/mockk/compare/1.13.3...v1.13.4
Configuration
-
If you want to rebase/retry this MR, check this box
This MR has been generated by Renovate Bot.
Edited by RenovateBot