ipfs-api-kotlin
ipfs-api-kotlin copied to clipboard
Bump mockk from 1.12.0 to 1.13.2
Bumps mockk from 1.12.0 to 1.13.2.
Release notes
Sourced from mockk's releases.
1.13.2
What's Changed
- update dependencies in readme to reflect new multiplatform structure by
@aSemyin mockk/mockk#926- Properly handle sealed classes with Kotlin 1.7 and JDK 17 by
@stuebingerbin mockk/mockk#916- add jdk 19 to workflow test matrix by
@aSemyin mockk/mockk#933New Contributors
@stuebingerbmade 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:mockktoio.mockk:mockk-<platform>, where platform is eitherjvmorandroid.What's Changed
- value class check - catch KotlinReflectionInternalError by
@aSemyin mockk/mockk#922Full Changelog: https://github.com/mockk/mockk/compare/v1.12.8...1.13.1
V1.12.8
Big thanks to
@aSemy,@qoomonand@kubodefor investigating and fixing the bugs introduced in v1.12.7 and further improving the library!What's Changed
- fix: handle isValue exceptions by
@qoomonin mockk/mockk#890- Fix Android Instrumentation dispatcher.jar inclusion by
@aSemyin mockk/mockk#899- Standardise JVM target to be 1.8 by
@aSemyin mockk/mockk#900- introduce Kotlinx Benchmark tests (copied from #763) by
@aSemyin mockk/mockk#904- try reverting Android minSdk to 21 by
@aSemyin mockk/mockk#901- expose more mockk projects as API dependencies by
@aSemyin mockk/mockk#905- make Java source code target jvm 8 by
@aSemyin mockk/mockk#907- Fix an issue that Android Instrumentation Test fails by
@kubodein mockk/mockk#895- use the official Gradle GHA by
@aSemyin mockk/mockk#914- De-duplicate
ValueClassSupportby@aSemyin mockk/mockk#913- add 1.7.20-RC to test matrix by
@aSemyin mockk/mockk#918Full Changelog: https://github.com/mockk/mockk/compare/1.12.7...v1.12.8
1.12.7
What's Changed
- Update android-sdk-detector.settings.gradle.kts by
@aSemyin mockk/mockk#886- only sign if the signing properties are present by
@aSemyin mockk/mockk#885- Fix an issue that Android libraries was not published by
@kubodein mockk/mockk#887New Contributors
@kubodemade their first contribution in mockk/mockk#887Full Changelog: https://github.com/mockk/mockk/compare/1.12.6...1.12.7
... (truncated)
Commits
6d5fe10Bump version to 1.13.3-SNAPSHOT85737c8Merge pull request #933 from aSemy/add_jdk_19_to_test_matrix51dac76Merge remote-tracking branch 'origin/master' into add_jdk_19_to_test_matrix985c6feadd jdk 19 to workflow test matrix159a50aMerge pull request #916 from stuebingerb/fix/fix-sealed-classes7cf6f19Merge pull request #926 from aSemy/docs/readme_update_dependencies00b8bb9formatting, remove NBSPs7a826fcupdate dependencies in readme to reflect new multiplatform structure3c78f7cUpdated the dependency name after 1.13.1 change5f7a350Bump version after 1.13.1 release- 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)