Skip to content

Commit 64f2d18

Browse files
Bump io.mockk:mockk from 1.14.6 to 1.14.7 (#455)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.6 to 1.14.7. <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>v1.14.7</h2> <h2>What's Changed</h2> <ul> <li>fix: normalize value class arguments in EqMatcher for consistent comparison by <a href="https://github.com/edwardmp"><code>@​edwardmp</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1440">mockk/mockk#1440</a></li> <li>Add configurable logging to withArg &amp; withNullableArg by <a href="https://github.com/OsaSoft"><code>@​OsaSoft</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1441">mockk/mockk#1441</a></li> <li>docs(readme): document suppressing superclass calls by <a href="https://github.com/ch200203"><code>@​ch200203</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1444">mockk/mockk#1444</a></li> <li>Fix for issue <a href="https://redirect.github.com/mockk/mockk/issues/1103">#1103</a>. by <a href="https://github.com/sdetilly"><code>@​sdetilly</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1449">mockk/mockk#1449</a></li> <li>Fix configuration option example for restricted classes by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1465">mockk/mockk#1465</a></li> <li>Fix InaccessibleObjectException when spying on JDK interfaces on JDK 16+ by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1457">mockk/mockk#1457</a></li> <li>Fix Java 11 compatibility: replace Random.nextLong(long, long) with Java 8 compatible alternative by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1456">mockk/mockk#1456</a></li> <li>Add optional restricted mock system property by <a href="https://github.com/nishatoma"><code>@​nishatoma</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1454">mockk/mockk#1454</a></li> <li>Fix StackOverflowError when mocking methods returning ArrayList by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1464">mockk/mockk#1464</a></li> <li>Change JUnit 4/5 dependencies from implementation to compileOnly by <a href="https://github.com/Copilot"><code>@​Copilot</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1455">mockk/mockk#1455</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/edwardmp"><code>@​edwardmp</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1440">mockk/mockk#1440</a></li> <li><a href="https://github.com/OsaSoft"><code>@​OsaSoft</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1441">mockk/mockk#1441</a></li> <li><a href="https://github.com/sdetilly"><code>@​sdetilly</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1449">mockk/mockk#1449</a></li> <li><a href="https://github.com/Copilot"><code>@​Copilot</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1457">mockk/mockk#1457</a></li> <li><a href="https://github.com/nishatoma"><code>@​nishatoma</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1454">mockk/mockk#1454</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.7">https://github.com/mockk/mockk/compare/1.14.6...1.14.7</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/3b99349b693308aacf1a4031bbbd252506feb488"><code>3b99349</code></a> Version bump</li> <li><a href="https://github.com/mockk/mockk/commit/d0e14bb764eb2bc312d3f15d5df9801d801851d0"><code>d0e14bb</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1455">#1455</a> from mockk/copilot/remove-transitive-junit-dependency</li> <li><a href="https://github.com/mockk/mockk/commit/9372ca62b88d67c1719ce6d4f50953a984741df9"><code>9372ca6</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1464">#1464</a> from mockk/copilot/fix-stackoverflow-error-mockk</li> <li><a href="https://github.com/mockk/mockk/commit/73736a6ecd592eff99c49fae8d00dc2da7123358"><code>73736a6</code></a> Address code review feedback for parseParamTypes</li> <li><a href="https://github.com/mockk/mockk/commit/6866dd0c75f9e8a3acc5b4fd00f0e585c28387bf"><code>6866dd0</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1454">#1454</a> from nishatoma/add-strict-mocking-system-property</li> <li><a href="https://github.com/mockk/mockk/commit/ea99f8804bbb9b941b3854bc77502c13324828ea"><code>ea99f88</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1456">#1456</a> from mockk/copilot/fix-mockk-compatibility-issue</li> <li><a href="https://github.com/mockk/mockk/commit/b7b72de983a0da71e531d8c9b2b68f84743189b6"><code>b7b72de</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1457">#1457</a> from mockk/copilot/fix-inaccessibleobjectexception</li> <li><a href="https://github.com/mockk/mockk/commit/08d1d1d8e466466f46c448ef459cecdde5585e49"><code>08d1d1d</code></a> Address comments</li> <li><a href="https://github.com/mockk/mockk/commit/7681de2aaa26a6a73aa6a21fe57428ef80c87146"><code>7681de2</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1465">#1465</a> from TWiStErRob/patch-2</li> <li><a href="https://github.com/mockk/mockk/commit/54e61544105b549c4d29a44370ef8f604caaca0d"><code>54e6154</code></a> Fix configuration option example for restricted classes</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.7">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.6&new-version=1.14.7)](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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 10a0b67 commit 64f2d18

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
@@ -18,7 +18,7 @@ kotest = "6.0.7"
1818
kotlinx-io = "0.8.2"
1919
ktor = "3.2.3"
2020
logging = "7.0.13"
21-
mockk = "1.14.6"
21+
mockk = "1.14.7"
2222
mokksy = "0.6.2"
2323
serialization = "1.9.0"
2424
slf4j = "2.0.17"

0 commit comments

Comments
 (0)