Skip to content

Commit 22b433b

Browse files
chore: bump io.mockk:mockk from 1.14.4 to 1.14.5 (#169)
Bumps [io.mockk:mockk](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'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&package-manager=gradle&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> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent fad5a3d commit 22b433b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ retrofit = "3.0.0"
1414
changelog = "2.2.1"
1515
gettext = "0.7.0"
1616
plugin-structure = "3.310"
17-
mockk = "1.14.4"
17+
mockk = "1.14.5"
1818
detekt = "1.23.8"
1919
bouncycastle = "1.81"
2020

0 commit comments

Comments
 (0)