Skip to content

Commit d673434

Browse files
Build(deps-dev): Bump io.mockk:mockk-jvm from 1.14.6 to 1.14.9 (#1566)
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.6 to 1.14.9. <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>v1.14.9</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> <li>bump dependencies, bump dexter by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1477">mockk/mockk#1477</a></li> <li>Fix issue 1475: nullable value class verification by <a href="https://github.com/sdetilly"><code>@​sdetilly</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1480">mockk/mockk#1480</a></li> <li>Migrate build configuration to version catalog by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1481">mockk/mockk#1481</a></li> <li>Clean up CI configuration and build artifacts by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1482">mockk/mockk#1482</a></li> <li>Add Spotless formatting plugin by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1483">mockk/mockk#1483</a></li> <li>Enable ktlint unused-imports rule and clean up code by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1489">mockk/mockk#1489</a></li> <li>chore: enable no-wildcard-imports in ktlint by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1491">mockk/mockk#1491</a></li> <li>Add List injection support for <a href="https://github.com/InjectMockKs"><code>@​InjectMockKs</code></a> (<a href="https://redirect.github.com/mockk/mockk/issues/1356">#1356</a>) by <a href="https://github.com/h2jinee"><code>@​h2jinee</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1492">mockk/mockk#1492</a></li> <li>Unify settings files by prioritizing mockk.properties in MockKSettings by <a href="https://github.com/snowykte0426"><code>@​snowykte0426</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1474">mockk/mockk#1474</a></li> <li>Fix type matching for any() when parameter is Any (<a href="https://redirect.github.com/mockk/mockk/issues/1296">#1296</a>) by <a href="https://github.com/chapakook"><code>@​chapakook</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1494">mockk/mockk#1494</a></li> <li>Upgrade Dokka to 2.1.0 and Refactor Documentation Setup by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1499">mockk/mockk#1499</a></li> <li>chore: bump gradle to 9.3.0, add .gitattributes by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1502">mockk/mockk#1502</a></li> <li>Fix <a href="https://redirect.github.com/mockk/mockk/issues/1342">#1342</a>: Handle value classes for type parameters and don't unbox value classes returned as interface/supertype by <a href="https://github.com/ianbrandt"><code>@​ianbrandt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1442">mockk/mockk#1442</a></li> <li>Introduce clearAllStubsFromMemory by <a href="https://github.com/nishatoma"><code>@​nishatoma</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1503">mockk/mockk#1503</a></li> <li>Bump dokka to 2.2.0-Beta by <a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1505">mockk/mockk#1505</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@​InjectMockKs</code></a> initialization order based on dependencies by <a href="https://github.com/neungs-2"><code>@​neungs-2</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1500">mockk/mockk#1500</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> <li><a href="https://github.com/jgrnrt"><code>@​jgrnrt</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1477">mockk/mockk#1477</a></li> <li><a href="https://github.com/h2jinee"><code>@​h2jinee</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1492">mockk/mockk#1492</a></li> <li><a href="https://github.com/snowykte0426"><code>@​snowykte0426</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1474">mockk/mockk#1474</a></li> <li><a href="https://github.com/chapakook"><code>@​chapakook</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1494">mockk/mockk#1494</a></li> <li><a href="https://github.com/ianbrandt"><code>@​ianbrandt</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1442">mockk/mockk#1442</a></li> <li><a href="https://github.com/neungs-2"><code>@​neungs-2</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1500">mockk/mockk#1500</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.9">https://github.com/mockk/mockk/compare/1.14.6...1.14.9</a></p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/71a8e21be4d2f443848cf552685ffe62aeb5f3ca"><code>71a8e21</code></a> Release v1.14.9 and bump versions</li> <li><a href="https://github.com/mockk/mockk/commit/cd84546921adf9c91c6635396b5c6c13263f3a0d"><code>cd84546</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1500">#1500</a> from neungs-2/master</li> <li><a href="https://github.com/mockk/mockk/commit/79b507adc690a7b62dc879bc198e3088fef0b845"><code>79b507a</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1505">#1505</a> from jgrnrt/fix-dokka-2</li> <li><a href="https://github.com/mockk/mockk/commit/373f95b88cca5bd60cfdf16d5ac1c4b64d89d5d6"><code>373f95b</code></a> bump dokka to 2.2.0-Beta to fix &quot;ERROR CLASS: Symbol not found&quot; in generated ...</li> <li><a href="https://github.com/mockk/mockk/commit/dbd755cbd67779c72c3ab86600d364aea3bcd679"><code>dbd755c</code></a> docs: <a href="https://github.com/InjectMockKs"><code>@​InjectMockKs</code></a> dependency order</li> <li><a href="https://github.com/mockk/mockk/commit/e4ff90b320ad73f9e61bf1b3758cb3028ec64aad"><code>e4ff90b</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1503">#1503</a> from nishatoma/add-clear-memory-method</li> <li><a href="https://github.com/mockk/mockk/commit/4a7d48190154a4d2a22b6066c9a0bd387f1ea356"><code>4a7d481</code></a> fix: add backward compatible method for MockInitializer</li> <li><a href="https://github.com/mockk/mockk/commit/db40a015c8c28704036a12b4a5069ba16a1c2af2"><code>db40a01</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1442">#1442</a> from ianbrandt/issue-1342</li> <li><a href="https://github.com/mockk/mockk/commit/9249fbfc0b935ec108e2642a46a8b5aec1f94313"><code>9249fbf</code></a> Replaced <code>MethodHandle</code> usage with <code>Method</code> for value class unboxing to suppo...</li> <li><a href="https://github.com/mockk/mockk/commit/a34d4d9b4823f65b14a0e8c791438dd3e92982d2"><code>a34d4d9</code></a> Updated the <code>:test-modules:client-tests</code> Kotlinx Coroutines dependency versio...</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.6...1.14.9">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.6&new-version=1.14.9)](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 c53f0a2 + 09934a9 commit d673434

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • querydsl-tooling/querydsl-ksp-codegen

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.6</version>
53+
<version>1.14.9</version>
5454
<scope>test</scope>
5555
</dependency>
5656
<dependency>

0 commit comments

Comments
 (0)