Skip to content

Commit 06e2f7f

Browse files
Bump io.mockk:mockk-jvm from 1.14.4 to 1.14.5 (#1283)
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.4 to 1.14.5. <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.14.5</h2> <h2>What's Changed</h2> <ul> <li>[Feature] Implement BDD-style aliases as separate module (mockk-bdd) by <a href="https://github.com/Minseok-2001"><code>@​Minseok-2001</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1399">mockk/mockk#1399</a></li> <li>fix: downgrade byte-buddy to 1.5.11 by <a href="https://github.com/Komdosh"><code>@​Komdosh</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1413">mockk/mockk#1413</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/Minseok-2001"><code>@​Minseok-2001</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1399">mockk/mockk#1399</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.4...1.14.5">https://github.com/mockk/mockk/compare/1.14.4...1.14.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/4982edae7c9c8169826cdddc9694f23910ab4359"><code>4982eda</code></a> Version bump</li> <li><a href="https://github.com/mockk/mockk/commit/290312ec0df693bedd6734fa69f157c1e0f56771"><code>290312e</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1413">#1413</a> from Komdosh/master</li> <li><a href="https://github.com/mockk/mockk/commit/dadf4ecb932a21e05d04ce8f21c02f7f61a08db4"><code>dadf4ec</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1399">#1399</a> from Minseok-2001/bdd</li> <li><a href="https://github.com/mockk/mockk/commit/ef31e7d2d0b51698b787d16057fb89e58108d67e"><code>ef31e7d</code></a> docs: Remove colon from BDD style section in README</li> <li><a href="https://github.com/mockk/mockk/commit/ea45e430a121313b1c3394d361ed1712cb6bf369"><code>ea45e43</code></a> docs: Add BDD style usage and aliases to README</li> <li><a href="https://github.com/mockk/mockk/commit/cd08da0c147a9bc58037fb36c067af07a250bfb2"><code>cd08da0</code></a> fix: downgrade byte-buddy to 1.5.11 to be compatible with current android bui...</li> <li><a href="https://github.com/mockk/mockk/commit/ab602a984a0b8071b01652753a51429652872e31"><code>ab602a9</code></a> test: Add Android instrumentation tests for BDD API</li> <li><a href="https://github.com/mockk/mockk/commit/488045106447ffab6dbaf81675082d676f931980"><code>4880451</code></a> chore: Add AndroidManifest.xml for mockk-bdd-android module</li> <li><a href="https://github.com/mockk/mockk/commit/50c716b8d700f86f719cfc812e9b65021794397d"><code>50c716b</code></a> chore: Add mockk-bdd-android.api file</li> <li><a href="https://github.com/mockk/mockk/commit/dd2f484958299c45d033bf7aecf3f5d28b70e843"><code>dd2f484</code></a> Clear a warning on android builds</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.4...1.14.5">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.14.4&new-version=1.14.5)](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>
2 parents d2a5d2f + b1e7baf commit 06e2f7f

File tree

1 file changed

+1
-1
lines changed
  • querydsl-tooling/querydsl-ksp-codegen

1 file changed

+1
-1
lines changed

querydsl-tooling/querydsl-ksp-codegen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050
<dependency>
5151
<groupId>io.mockk</groupId>
5252
<artifactId>mockk-jvm</artifactId>
53-
<version>1.14.4</version>
53+
<version>1.14.5</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)