This repository has been archived by the owner on Nov 29, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump mockk from 1.12.7 to 1.13.2 in /api-editor (#1048)
Bumps [mockk](https://github.com/mockk/mockk) from 1.12.7 to 1.13.2. <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">mockk's releases</a>.</em></p> <blockquote> <h2>1.13.2</h2> <h2>What's Changed</h2> <ul> <li>update dependencies in readme to reflect new multiplatform structure by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/926">mockk/mockk#926</a></li> <li>Properly handle sealed classes with Kotlin 1.7 and JDK 17 by <a href="https://github.com/stuebingerb"><code>@stuebingerb</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/916">mockk/mockk#916</a></li> <li>add jdk 19 to workflow test matrix by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/933">mockk/mockk#933</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/stuebingerb"><code>@stuebingerb</code></a> made their first contribution in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/916">mockk/mockk#916</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.1...1.13.2">https://github.com/mockk/mockk/compare/1.13.1...1.13.2</a></p> <h2>1.13.1</h2> <p>New major release, mainly because the dependency to be included in gradle/maven files has changed from <code>io.mockk:mockk</code> to <code>io.mockk:mockk-<platform></code>, where platform is either <code>jvm</code> or <code>android</code>.</p> <h2>What's Changed</h2> <ul> <li>value class check - catch KotlinReflectionInternalError by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/922">mockk/mockk#922</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/v1.12.8...1.13.1">https://github.com/mockk/mockk/compare/v1.12.8...1.13.1</a></p> <h2>V1.12.8</h2> <p>Big thanks to <a href="https://github.com/aSemy"><code>@aSemy</code></a>, <a href="https://github.com/qoomon"><code>@qoomon</code></a> and <a href="https://github.com/kubode"><code>@kubode</code></a> for investigating and fixing the bugs introduced in v1.12.7 and further improving the library!</p> <h2>What's Changed</h2> <ul> <li>fix: handle isValue exceptions by <a href="https://github.com/qoomon"><code>@qoomon</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/890">mockk/mockk#890</a></li> <li>Fix Android Instrumentation dispatcher.jar inclusion by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/899">mockk/mockk#899</a></li> <li>Standardise JVM target to be 1.8 by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/900">mockk/mockk#900</a></li> <li>introduce Kotlinx Benchmark tests (copied from <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/763">#763</a>) by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/904">mockk/mockk#904</a></li> <li>try reverting Android minSdk to 21 by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/901">mockk/mockk#901</a></li> <li>expose more mockk projects as API dependencies by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/905">mockk/mockk#905</a></li> <li>make Java source code target jvm 8 by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/907">mockk/mockk#907</a></li> <li>Fix an issue that Android Instrumentation Test fails by <a href="https://github.com/kubode"><code>@kubode</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/895">mockk/mockk#895</a></li> <li>use the official Gradle GHA by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/914">mockk/mockk#914</a></li> <li>De-duplicate <code>ValueClassSupport</code> by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/913">mockk/mockk#913</a></li> <li>add 1.7.20-RC to test matrix by <a href="https://github.com/aSemy"><code>@aSemy</code></a> in <a href="https://github-redirect.dependabot.com/mockk/mockk/pull/918">mockk/mockk#918</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.12.7...v1.12.8">https://github.com/mockk/mockk/compare/1.12.7...v1.12.8</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/6d5fe10cfd3662c7716f7381ecc6b06bde12a091"><code>6d5fe10</code></a> Bump version to 1.13.3-SNAPSHOT</li> <li><a href="https://github.com/mockk/mockk/commit/85737c80fb7681e3b84608314c84492e510630d7"><code>85737c8</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/933">#933</a> from aSemy/add_jdk_19_to_test_matrix</li> <li><a href="https://github.com/mockk/mockk/commit/51dac7626ef0837794662163d2d96854b585c1e8"><code>51dac76</code></a> Merge remote-tracking branch 'origin/master' into add_jdk_19_to_test_matrix</li> <li><a href="https://github.com/mockk/mockk/commit/985c6feedce4372e0b5f64f74d6f82898b19d0a9"><code>985c6fe</code></a> add jdk 19 to workflow test matrix</li> <li><a href="https://github.com/mockk/mockk/commit/159a50a5ed9c582e77c63d418c22ce394230fd9c"><code>159a50a</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/916">#916</a> from stuebingerb/fix/fix-sealed-classes</li> <li><a href="https://github.com/mockk/mockk/commit/7cf6f193f91c3a38b38c3df38c981520420619da"><code>7cf6f19</code></a> Merge pull request <a href="https://github-redirect.dependabot.com/mockk/mockk/issues/926">#926</a> from aSemy/docs/readme_update_dependencies</li> <li><a href="https://github.com/mockk/mockk/commit/00b8bb99e562ff9b7831579be2b47573bd72da23"><code>00b8bb9</code></a> formatting, remove NBSPs</li> <li><a href="https://github.com/mockk/mockk/commit/7a826fc39f90e7359bd09accd90c4d4eb8acd4bf"><code>7a826fc</code></a> update dependencies in readme to reflect new multiplatform structure</li> <li><a href="https://github.com/mockk/mockk/commit/3c78f7c1b1fe0c59566b8ce217782144d61f5fcf"><code>3c78f7c</code></a> Updated the dependency name after 1.13.1 change</li> <li><a href="https://github.com/mockk/mockk/commit/5f7a350905e51e59a1ad487f80573b0372fa6a5c"><code>5f7a350</code></a> Bump version after 1.13.1 release</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.12.7...1.13.2">compare view</a></li> </ul> </details> <br /> [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk&package-manager=gradle&previous-version=1.12.7&new-version=1.13.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> 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) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information