Skip to content

Commit

Permalink
Bump io.mockk:mockk-jvm from 1.13.12 to 1.13.13 (#4815)
Browse files Browse the repository at this point in the history
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.13.12
to 1.13.13.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/mockk/mockk/releases">io.mockk:mockk-jvm's
releases</a>.</em></p>
<blockquote>
<h2>1.13.13</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>
<li>build(issue 1280): bump toolchain-jvm version to 17 by <a
href="https://github.com/Kulesko"><code>@​Kulesko</code></a> in <a
href="https://redirect.github.com/mockk/mockk/pull/1281">mockk/mockk#1281</a></li>
<li>fix(1284): do not transform static constructor by <a
href="https://github.com/LitterSun"><code>@​LitterSun</code></a> in <a
href="https://redirect.github.com/mockk/mockk/pull/1285">mockk/mockk#1285</a></li>
<li>Remove unused loggers by <a
href="https://github.com/Sandhya2902"><code>@​Sandhya2902</code></a> in
<a
href="https://redirect.github.com/mockk/mockk/pull/1011">mockk/mockk#1011</a></li>
<li>chore: converting functions to expression bodies and minor function
refactoring by <a
href="https://github.com/casplattel"><code>@​casplattel</code></a> in <a
href="https://redirect.github.com/mockk/mockk/pull/1260">mockk/mockk#1260</a></li>
<li>Add anyNullable by <a
href="https://github.com/NWuensche"><code>@​NWuensche</code></a> in <a
href="https://redirect.github.com/mockk/mockk/pull/1287">mockk/mockk#1287</a></li>
<li>fix(813): Handle nullable value classes by <a
href="https://github.com/VasilisDrettas-tomtom"><code>@​VasilisDrettas-tomtom</code></a>
in <a
href="https://redirect.github.com/mockk/mockk/pull/1295">mockk/mockk#1295</a></li>
<li>Improve error message on unexpected calls count by <a
href="https://github.com/MGaetan89"><code>@​MGaetan89</code></a> in <a
href="https://redirect.github.com/mockk/mockk/pull/1298">mockk/mockk#1298</a></li>
<li>Run <code>unmockkAll</code> after each JUnit 5 test by <a
href="https://github.com/erikhuizinga"><code>@​erikhuizinga</code></a>
in <a
href="https://redirect.github.com/mockk/mockk/pull/1297">mockk/mockk#1297</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>
<li><a href="https://github.com/Kulesko"><code>@​Kulesko</code></a> made
their first contribution in <a
href="https://redirect.github.com/mockk/mockk/pull/1281">mockk/mockk#1281</a></li>
<li><a href="https://github.com/LitterSun"><code>@​LitterSun</code></a>
made their first contribution in <a
href="https://redirect.github.com/mockk/mockk/pull/1285">mockk/mockk#1285</a></li>
<li><a
href="https://github.com/VasilisDrettas-tomtom"><code>@​VasilisDrettas-tomtom</code></a>
made their first contribution in <a
href="https://redirect.github.com/mockk/mockk/pull/1295">mockk/mockk#1295</a></li>
<li><a href="https://github.com/MGaetan89"><code>@​MGaetan89</code></a>
made their first contribution in <a
href="https://redirect.github.com/mockk/mockk/pull/1298">mockk/mockk#1298</a></li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/mockk/mockk/compare/1.13.11...1.13.13">https://github.com/mockk/mockk/compare/1.13.11...1.13.13</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/mockk/mockk/commit/a81fe33001057b56c6dda228a3eb4ead6cbaad2a"><code>a81fe33</code></a>
Version bump</li>
<li><a
href="https://github.com/mockk/mockk/commit/edf9f95ecfae314c22452a1776b074803ae4a42d"><code>edf9f95</code></a>
Merge pull request <a
href="https://redirect.github.com/mockk/mockk/issues/1297">#1297</a>
from erikhuizinga/erikhuizinga-bench-junit-api</li>
<li><a
href="https://github.com/mockk/mockk/commit/ba215b8d8ea7d0da4379377cb98aa9e4de5de980"><code>ba215b8</code></a>
Merge pull request <a
href="https://redirect.github.com/mockk/mockk/issues/1298">#1298</a>
from MGaetan89/update_calls_bounds_msg</li>
<li><a
href="https://github.com/mockk/mockk/commit/c841e51158eec31b00424a33388f1207f5a885fc"><code>c841e51</code></a>
Improve error message on unexpected calls count</li>
<li><a
href="https://github.com/mockk/mockk/commit/6688d6a2655972f4254cd70401f82238721e47e9"><code>6688d6a</code></a>
Respect JUnit 5 test instance lifecycle</li>
<li><a
href="https://github.com/mockk/mockk/commit/73140832cd5bc3f70a2660fb31f265bfe88f2104"><code>7314083</code></a>
Add Gradle wrapper validation</li>
<li><a
href="https://github.com/mockk/mockk/commit/92d1d0d0a97bfac2eef305191a2cb7f1de732e1e"><code>92d1d0d</code></a>
Dump API</li>
<li><a
href="https://github.com/mockk/mockk/commit/e1c2de7653dffa679bf87e911b67174d35aa079a"><code>e1c2de7</code></a>
Reformat</li>
<li><a
href="https://github.com/mockk/mockk/commit/9f1c5b2f67e7e35b7c3e3214ad412a30768d07ea"><code>9f1c5b2</code></a>
Unmock after each test</li>
<li><a
href="https://github.com/mockk/mockk/commit/b1d3dc0eec64fc1bed2180531db6740f7711407f"><code>b1d3dc0</code></a>
Benchmark clearAllMocks and unmockkAll</li>
<li>Additional commits viewable in <a
href="https://github.com/mockk/mockk/compare/1.13.12...1.13.13">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk-jvm&package-manager=maven&previous-version=1.13.12&new-version=1.13.13)](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 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>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 9, 2024
1 parent 327ccf0 commit 43cf2f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<familie.kontrakter.stønadsstatistikk>2.0_20240311083956_0558f2a</familie.kontrakter.stønadsstatistikk>
<utbetalingsgenerator.version>1.0_20240902095239_88c7bc0</utbetalingsgenerator.version>
<cucumber.version>7.19.0</cucumber.version>
<mockk.version>1.13.12</mockk.version>
<mockk.version>1.13.13</mockk.version>
<wiremock.version>3.9.1</wiremock.version>
<token-validation-spring.version>5.0.5</token-validation-spring.version>
<nav-foedselsnummer.version>1.0-SNAPSHOT.6</nav-foedselsnummer.version>
Expand Down

0 comments on commit 43cf2f5

Please sign in to comment.