Aplin
Aplin copied to clipboard
Bump mockk from 1.12.4 to 1.13.3
Bumps mockk from 1.12.4 to 1.13.3.
Release notes
Sourced from mockk's releases.
V1.13.3
What's Changed
- Add
Awaits
extensions similar toRuns
to await suspend functions until cancelled by@SimonMarquis
in mockk/mockk#927- Upgrade Kotlin to stable 1.7.20 in GitHub workflow by
@SimonMarquis
in mockk/mockk#940- Add missing test annotation to LambdaTest by
@bossm0n5t3r
in mockk/mockk#946- Fix verifier logic for slots and different matchers by
@m-burst
in mockk/mockk#951- Fix InstantiationError when using any() where a sealed type is expected by
@cliffred
in mockk/mockk#939- Adding throwsMany exception by
@daniel-dios
in mockk/mockk#955- Add more doc comments with samples by
@NotWoods
in mockk/mockk#958- added basic jitpack config by
@hduerkop
in mockk/mockk#962- add kotlin 1.8-Beta to the test matrix by
@aSemy
in mockk/mockk#974- bump bytebuddy and objenesis by
@aSemy
in mockk/mockk#975- Update README.md to include note about 2-year-old 'known issue' for spy and suspend function by
@iainism
in mockk/mockk#979New Contributors
@SimonMarquis
made their first contribution in mockk/mockk#927@bossm0n5t3r
made their first contribution in mockk/mockk#946@m-burst
made their first contribution in mockk/mockk#951@cliffred
made their first contribution in mockk/mockk#939@daniel-dios
made their first contribution in mockk/mockk#955@NotWoods
made their first contribution in mockk/mockk#958Full Changelog: https://github.com/mockk/mockk/compare/1.13.2...1.13.3
1.13.2
What's Changed
- update dependencies in readme to reflect new multiplatform structure by
@aSemy
in mockk/mockk#926- Properly handle sealed classes with Kotlin 1.7 and JDK 17 by
@stuebingerb
in mockk/mockk#916- add jdk 19 to workflow test matrix by
@aSemy
in mockk/mockk#933New Contributors
@stuebingerb
made their first contribution in mockk/mockk#916Full Changelog: https://github.com/mockk/mockk/compare/1.13.1...1.13.2
1.13.1
New major release, mainly because the dependency to be included in gradle/maven files has changed from
io.mockk:mockk
toio.mockk:mockk-<platform>
, where platform is eitherjvm
orandroid
.What's Changed
- value class check - catch KotlinReflectionInternalError by
@aSemy
in mockk/mockk#922Full 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 mockk/mockk#890- Fix Android Instrumentation dispatcher.jar inclusion by
@aSemy
in mockk/mockk#899
... (truncated)
Commits
9d5e809
Bump version after v1.13.3 release219ddaf
Merge pull request #979 from iainism/patch-26ca9039
Update README.md5d22742
Merge pull request #975 from aSemy/update/bytebuddy_objenesisdd5aacb
Merge pull request #974 from aSemy/update/kotlin_1_8_0_beta7e3e390
bump byte buddy and objenesis11e9423
add kotlin 1.8 to the test matrixd767adb
Update default.html6ac718c
Update default.htmle76db5b
Update default.html- 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 rebase
will rebase this PR -
@dependabot recreate
will recreate this PR, overwriting any edits that have been made to it -
@dependabot merge
will merge this PR after your CI passes on it -
@dependabot squash and merge
will squash and merge this PR after your CI passes on it -
@dependabot cancel merge
will cancel a previously requested merge and block automerging -
@dependabot reopen
will reopen this PR if it is closed -
@dependabot close
will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major version
will 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 version
will 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 dependency
will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)