This repository was archived by the owner on Jan 19, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit 9606ce4
authored
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 />
[](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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>1 parent c120710 commit 9606ce4Copy full SHA for 9606ce4
File tree
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedFilter options
- api-editor
- backend
- desktop
Expand file treeCollapse file tree
2 files changed
+2
-2
lines changedapi-editor/backend/build.gradle.kts
Copy file name to clipboardExpand all lines: api-editor/backend/build.gradle.kts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
50 | 50 |
| |
51 | 51 |
| |
52 | 52 |
| |
53 |
| - | |
| 53 | + | |
54 | 54 |
| |
55 | 55 |
| |
56 | 56 |
| |
|
api-editor/desktop/build.gradle.kts
Copy file name to clipboardExpand all lines: api-editor/desktop/build.gradle.kts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
41 | 41 |
| |
42 | 42 |
| |
43 | 43 |
| |
44 |
| - | |
| 44 | + | |
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
|
0 commit comments