ipfs-api-kotlin
ipfs-api-kotlin copied to clipboard
Bump mockk from 1.12.0 to 1.13.4
Bumps mockk from 1.12.0 to 1.13.4.
Release notes
Sourced from mockk's releases.
V1.13.4
What's Changed
- Remove redundant spread (*) operator by
@SimonMarquisin mockk/mockk#986- Inline mocked subclass of sealed class along with the sealed class itself by
@m-burstin mockk/mockk#988- Document InaccessibleObjectException/IllegalAccessException on JDK 16+ with solution by
@sergey-volkov-lmin mockk/mockk#965- fix: #989 Slf4J 2.0+ Support by
@Slava-Miligoulo-Targetin mockk/mockk#990- Fixes #647 by allowing
classBeingRedefinedto benullby@gmazzoin mockk/mockk#985- bump Gradle to 7.6 by
@aSemyin mockk/mockk#992- bump Kover to 0.6.1 by
@aSemyin mockk/mockk#993- Code cleanup by
@aSemyin mockk/mockk#976- Update ByteBuddy to 1.12.20 by
@ansmanin mockk/mockk#1002- Customize jobs name to make the matrix values more explicit by
@SimonMarquisin mockk/mockk#1004- Replaced with fully qualified imports by
@Sandhya2902in mockk/mockk#1006- Update to Junit test by
@Sandhya2902in mockk/mockk#1007- Update to Junit5 from Junit4 by
@Sandhya2902in mockk/mockk#1009- Updated with right class name in logger by
@Sandhya2902in mockk/mockk#1010- Don't call match an extra time during verification by
@camhashemiin mockk/mockk#1017- #1013 uncouple proxy objects from cancellable to make proxy available… by
@bakomchikin mockk/mockk#1018- Update Kotlin to 1.8.0 by
@aSemyin mockk/mockk#1023- Edit RecordingStateTest, CommonCallRecorderTest by
@bossm0n5t3rin mockk/mockk#1028- Edit CapturingGenericArgumentsTest by
@bossm0n5t3rin mockk/mockk#1029- De-duplicate ProxyMaker by
@aSemyin mockk/mockk#1025New Contributors
@sergey-volkov-lmmade their first contribution in mockk/mockk#965@Slava-Miligoulo-Targetmade their first contribution in mockk/mockk#990@ansmanmade their first contribution in mockk/mockk#1002@Sandhya2902made their first contribution in mockk/mockk#1006@camhashemimade their first contribution in mockk/mockk#1017@bakomchikmade their first contribution in mockk/mockk#1018Full Changelog: https://github.com/mockk/mockk/compare/1.13.3...v1.13.4
V1.13.3
What's Changed
- Add
Awaitsextensions similar toRunsto await suspend functions until cancelled by@SimonMarquisin mockk/mockk#927- Upgrade Kotlin to stable 1.7.20 in GitHub workflow by
@SimonMarquisin mockk/mockk#940- Add missing test annotation to LambdaTest by
@bossm0n5t3rin mockk/mockk#946- Fix verifier logic for slots and different matchers by
@m-burstin mockk/mockk#951- Fix InstantiationError when using any() where a sealed type is expected by
@cliffredin mockk/mockk#939- Adding throwsMany exception by
@daniel-diosin mockk/mockk#955- Add more doc comments with samples by
@NotWoodsin mockk/mockk#958- added basic jitpack config by
@hduerkopin mockk/mockk#962- add kotlin 1.8-Beta to the test matrix by
@aSemyin mockk/mockk#974- bump bytebuddy and objenesis by
@aSemyin mockk/mockk#975- Update README.md to include note about 2-year-old 'known issue' for spy and suspend function by
@iainismin mockk/mockk#979New Contributors
@SimonMarquismade their first contribution in mockk/mockk#927@bossm0n5t3rmade their first contribution in mockk/mockk#946
... (truncated)
Commits
cac70d9Merge pull request #1025 from aSemy/fix/dedupe_proxymaker7d322e3Merge pull request #1029 from bossm0n5t3r/fix/edit-capturing-generic-argument...7858aactest: Edit CapturingGenericArgumentsTestb99afbdMerge pull request #1028 from bossm0n5t3r/fix/edit-some-recording-testsffcf31aadd import6bb1911add Kotlin reflect (required for checking if class is sealed, in ProxyMaker)e4ecd51update API spec after unused function was removedd9ceddcde-duplicate ProxyMaker4a3660atest: Edit RecordingStateTestb3bc9e8test: Edit CommonCallRecorderTest- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)