[pigeon]: Bump io.mockk:mockk from 1.13.5 to 1.13.7 in /packages/pigeon/platform_tests/test_plugin/android (#4736)

Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.5 to 1.13.7.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a href="https://github.com/mockk/mockk/releases">io.mockk:mockk's releases</a>.</em></p>
<blockquote>
<h2>V1.13.7</h2>
<h2>What's Changed</h2>
<ul>
<li>Amend &quot;Top Level functions&quot; by <a href="https://github.com/polarene"><code>@​polarene</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1067">mockk/mockk#1067</a></li>
<li>Fix error when mocking abstract method implementation by <a href="https://github.com/steffandroid"><code>@​steffandroid</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1081">mockk/mockk#1081</a></li>
<li>Make slf4j an optional dependency by <a href="https://github.com/ansman"><code>@​ansman</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1091">mockk/mockk#1091</a></li>
<li>Add Korean guides and articles in README.md by <a href="https://github.com/devkuma"><code>@​devkuma</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1097">mockk/mockk#1097</a></li>
<li>Inject mocks via constructor to avoid lateinit var by <a href="https://github.com/kkurczewski"><code>@​kkurczewski</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1106">mockk/mockk#1106</a></li>
<li>Issue 954: <a href="https://github.com/MockKExtension"><code>@​MockKExtension</code></a>.CheckUnnecessaryStub annotation is applied… by <a href="https://github.com/bboeck"><code>@​bboeck</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1099">mockk/mockk#1099</a></li>
<li>chore: converting functions to expression bodies by <a href="https://github.com/casplattel"><code>@​casplattel</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1104">mockk/mockk#1104</a></li>
<li>Update dexmaker version to 2.28.3 for Android 14 support by <a href="https://github.com/kurteous"><code>@​kurteous</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1107">mockk/mockk#1107</a></li>
<li>Issue 963: Unnecessary stubbings detected - false positive by <a href="https://github.com/bboeck"><code>@​bboeck</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1108">mockk/mockk#1108</a></li>
<li>Add <code>fun &lt;T&gt; MockKMatcherScope.any(KClass&lt;T&gt;): T</code> by <a href="https://github.com/ghackett"><code>@​ghackett</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1005">mockk/mockk#1005</a></li>
<li>1122(docs): fix header for <code>clearStaticMockk</code> by <a href="https://github.com/wallind"><code>@​wallind</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1123">mockk/mockk#1123</a></li>
<li>Fix grammar in Ukraine support message by <a href="https://github.com/BirdHowl"><code>@​BirdHowl</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1125">mockk/mockk#1125</a></li>
<li>Issue 293: support capture nullable with slot by <a href="https://github.com/stengvac"><code>@​stengvac</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1109">mockk/mockk#1109</a></li>
<li>update documentation in README.md by <a href="https://github.com/alexferreiradev"><code>@​alexferreiradev</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1127">mockk/mockk#1127</a></li>
</ul>
<h2>New Contributors</h2>
<ul>
<li><a href="https://github.com/steffandroid"><code>@​steffandroid</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1081">mockk/mockk#1081</a></li>
<li><a href="https://github.com/devkuma"><code>@​devkuma</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1097">mockk/mockk#1097</a></li>
<li><a href="https://github.com/bboeck"><code>@​bboeck</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1099">mockk/mockk#1099</a></li>
<li><a href="https://github.com/casplattel"><code>@​casplattel</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1104">mockk/mockk#1104</a></li>
<li><a href="https://github.com/kurteous"><code>@​kurteous</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1107">mockk/mockk#1107</a></li>
<li><a href="https://github.com/ghackett"><code>@​ghackett</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1005">mockk/mockk#1005</a></li>
<li><a href="https://github.com/wallind"><code>@​wallind</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1123">mockk/mockk#1123</a></li>
<li><a href="https://github.com/BirdHowl"><code>@​BirdHowl</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1125">mockk/mockk#1125</a></li>
<li><a href="https://github.com/stengvac"><code>@​stengvac</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1109">mockk/mockk#1109</a></li>
<li><a href="https://github.com/alexferreiradev"><code>@​alexferreiradev</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1127">mockk/mockk#1127</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.5...1.13.7">https://github.com/mockk/mockk/compare/1.13.5...1.13.7</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a href="34d54e498d"><code>34d54e4</code></a> Version bump</li>
<li><a href="5c6f5ad442"><code>5c6f5ad</code></a> Version bump</li>
<li><a href="738bbe2541"><code>738bbe2</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1127">#1127</a> from alexferreiradev/master</li>
<li><a href="0fde474954"><code>0fde474</code></a> update: documentation in README.md</li>
<li><a href="3388b3bd86"><code>3388b3b</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1109">#1109</a> from stengvac/issue293</li>
<li><a href="887cdb0d7e"><code>887cdb0</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1125">#1125</a> from BirdHowl/master</li>
<li><a href="3df4e0585f"><code>3df4e05</code></a> Fix grammar in Ukraine support message</li>
<li><a href="776c78d3a0"><code>776c78d</code></a> Issue 293: add <code>captureNullable(slot)</code> to README.md</li>
<li><a href="a1f6f0fa45"><code>a1f6f0f</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1123">#1123</a> from wallind/1122-fix-header-for-clearStaticMockk</li>
<li><a href="6ce06c99b9"><code>6ce06c9</code></a> 1122(docs): fix header for <code>clearStaticMockk</code></li>
<li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.13.5...1.13.7">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.13.5&new-version=1.13.7)](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`.

---

<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 show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@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>
This commit is contained in:
dependabot[bot]
2023-08-22 00:35:06 +00:00
committed by GitHub
parent 78ef1d2e10
commit c8a0870ce5

View File

@ -69,6 +69,6 @@ android {
dependencies {
testImplementation 'junit:junit:4.+'
testImplementation "io.mockk:mockk:1.13.5"
testImplementation "io.mockk:mockk:1.13.7"
}
}