Skip to content

Commit 6dd9a61

Browse files
[pigeon]: Bump io.mockk:mockk from 1.13.7 to 1.13.12 in /packages/pigeon/platform_tests/test_plugin/android (#7189)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.13.7 to 1.13.12. <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>1.13.12</h2> <h2>What's Changed</h2> <ul> <li>Kotlin 2.0.0 by <a href="https://github.com/SimonMarquis"><code>@�SimonMarquis</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1255">mockk/mockk#1255</a></li> <li>Don't unbox primitive value class returned by suspend function by <a href="https://github.com/SackCastellon"><code>@�SackCastellon</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1253">mockk/mockk#1253</a></li> <li>Fix RequireParallelTesting Annotation by <a href="https://github.com/thamp59"><code>@�thamp59</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1265">mockk/mockk#1265</a></li> <li>Enable clearAllMocks to clear only thread-local mocks. by <a href="https://github.com/xzhang-brex"><code>@�xzhang-brex</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1276">mockk/mockk#1276</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/SackCastellon"><code>@�SackCastellon</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1253">mockk/mockk#1253</a></li> <li><a href="https://github.com/thamp59"><code>@�thamp59</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1265">mockk/mockk#1265</a></li> <li><a href="https://github.com/xzhang-brex"><code>@�xzhang-brex</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1276">mockk/mockk#1276</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.11...1.13.12">https://github.com/mockk/mockk/compare/1.13.11...1.13.12</a></p> <h2>1.13.11</h2> <h2>What's Changed</h2> <ul> <li>Fix wasNotshould throw exception when called on non mocked object by <a href="https://github.com/Gosunet"><code>@�Gosunet</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1174">mockk/mockk#1174</a></li> <li>Fix cannot mock value class for class property in 1.13.10 by <a href="https://github.com/ZhaohuaZeng-at"><code>@�ZhaohuaZeng-at</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1230">mockk/mockk#1230</a></li> <li>Introduce <code>verifyCount</code> DSL by <a href="https://github.com/T45K"><code>@�T45K</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1234">mockk/mockk#1234</a></li> <li>Fix parallel testing flag by <a href="https://github.com/Evenprime"><code>@�Evenprime</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1238">mockk/mockk#1238</a></li> <li>Implement <code>clearStaticMockk</code> for KFunction and KProperty by <a href="https://github.com/krocard"><code>@�krocard</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1239">mockk/mockk#1239</a></li> <li>[CONTRIBUTING.md] Suggest running <code>gradle check</code> before opening a PR by <a href="https://github.com/krocard"><code>@�krocard</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1240">mockk/mockk#1240</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Gosunet"><code>@�Gosunet</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1174">mockk/mockk#1174</a></li> <li><a href="https://github.com/ZhaohuaZeng-at"><code>@�ZhaohuaZeng-at</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1230">mockk/mockk#1230</a></li> <li><a href="https://github.com/T45K"><code>@�T45K</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1234">mockk/mockk#1234</a></li> <li><a href="https://github.com/Evenprime"><code>@�Evenprime</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1238">mockk/mockk#1238</a></li> <li><a href="https://github.com/krocard"><code>@�krocard</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1239">mockk/mockk#1239</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.10...1.13.11">https://github.com/mockk/mockk/compare/1.13.10...1.13.11</a></p> <h2>1.13.10</h2> <h2>What's Changed</h2> <ul> <li>Add support to nested value classes by <a href="https://github.com/rotilho"><code>@�rotilho</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1202">mockk/mockk#1202</a></li> <li>Fix callOriginal on default interface method by <a href="https://github.com/flapenna"><code>@�flapenna</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1203">mockk/mockk#1203</a></li> <li>Only unbox value class answers when appropriate by <a href="https://github.com/jselbo"><code>@�jselbo</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1204">mockk/mockk#1204</a></li> <li>Fix capture using mutable list of value class by <a href="https://github.com/ath0s"><code>@�ath0s</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1209">mockk/mockk#1209</a></li> <li>Updates documentation to include example access error workaround for Android users by <a href="https://github.com/JakeSteam"><code>@�JakeSteam</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1211">mockk/mockk#1211</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/rotilho"><code>@�rotilho</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1202">mockk/mockk#1202</a></li> <li><a href="https://github.com/jselbo"><code>@�jselbo</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1204">mockk/mockk#1204</a></li> <li><a href="https://github.com/ath0s"><code>@�ath0s</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1209">mockk/mockk#1209</a></li> <li><a href="https://github.com/JakeSteam"><code>@�JakeSteam</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1211">mockk/mockk#1211</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.13.9...1.13.10">https://github.com/mockk/mockk/compare/1.13.9...1.13.10</a></p> <h2>1.13.9</h2> <h2>What's Changed</h2> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/cca4f1a6f8d39588491be29b52bc0f77fca253d9"><code>cca4f1a</code></a> Version bump</li> <li><a href="https://github.com/mockk/mockk/commit/5dc7491a46bc374f6d34bc2c5e185b7560518b71"><code>5dc7491</code></a> Update bytebuddy dependency</li> <li><a href="https://github.com/mockk/mockk/commit/6b8c5eb6629a5b44de207637c9ca10c70789b358"><code>6b8c5eb</code></a> Upgrade gradle</li> <li><a href="https://github.com/mockk/mockk/commit/4080a66b40784012529b359436a1667abcc452ef"><code>4080a66</code></a> Upgrade the setup-gradle action</li> <li><a href="https://github.com/mockk/mockk/commit/69a861c6b5b68db093c291d5178e11201e2de8d2"><code>69a861c</code></a> Add Java 21</li> <li><a href="https://github.com/mockk/mockk/commit/8c45598e783fe750300afb48e88f3dc231242949"><code>8c45598</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1276">#1276</a> from xzhang-brex/multi-threading-support</li> <li><a href="https://github.com/mockk/mockk/commit/cb0e2de470b8d21c2b5578b9aedbb8395fdbb9f8"><code>cb0e2de</code></a> Added doc for <code>clearAllMocks(currentThreadOnly = true)</code></li> <li><a href="https://github.com/mockk/mockk/commit/be36659db45c147ff6326df8b86454546da47006"><code>be36659</code></a> Added unit tests for currentThreadOnly.</li> <li><a href="https://github.com/mockk/mockk/commit/0d749b84edcbd3b7c97dac57dc76fe81d3bfb195"><code>0d749b8</code></a> Updated the api definition files.</li> <li><a href="https://github.com/mockk/mockk/commit/cead8a05fd4cb0fd9318085e813a0dee8e59fc2f"><code>cead8a0</code></a> Removed unneccesary files.</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.13.7...1.13.12">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.7&new-version=1.13.12)](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>
1 parent 244cd4c commit 6dd9a61

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

packages/pigeon/platform_tests/test_plugin/android/build.gradle

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,9 @@ android {
6969

7070
dependencies {
7171
testImplementation 'junit:junit:4.+'
72-
testImplementation "io.mockk:mockk:1.13.7"
72+
testImplementation "io.mockk:mockk:1.13.12"
73+
// org.jetbrains.kotlin:kotlin-bom artifact purpose is to align kotlin stdlib and related code versions.
74+
// See: https://youtrack.jetbrains.com/issue/KT-55297/kotlin-stdlib-should-declare-constraints-on-kotlin-stdlib-jdk8-and-kotlin-stdlib-jdk7
75+
implementation(platform("org.jetbrains.kotlin:kotlin-bom:1.8.10"))
7376
}
7477
}

packages/pigeon/platform_tests/test_plugin/example/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
buildscript {
2-
ext.kotlin_version = '1.7.10'
2+
ext.kotlin_version = '1.8.10'
33
repositories {
44
google()
55
mavenCentral()

0 commit comments

Comments
 (0)