Skip to content

Commit dba4532

Browse files
Build(deps-dev): Bump io.mockk:mockk-jvm from 1.14.9 to 1.14.11 (#1772)
Bumps [io.mockk:mockk-jvm](https://github.com/mockk/mockk) from 1.14.9 to 1.14.11. <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.11</h2> <h2>What's Changed</h2> <ul> <li>fix: added SameInstanceMatcher to handle an issue with equals method when using EqMatcher along with a mock to an object by <a href="https://github.com/DOssaA"><code>@​DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li>Add scoped confirmVerified overloads for callables (KFunction and KProperty) by <a href="https://github.com/DOssaA"><code>@​DOssaA</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1513">mockk/mockk#1513</a></li> <li>feat: support MockKAnnotation.useDependencyOrder for JUnit 5 by <a href="https://github.com/ilia1243"><code>@​ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li>Allow updating settings from code by <a href="https://github.com/Yentis"><code>@​Yentis</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li>Add currentThread filter and excluded mocks to clearAllStubsFromMemory by <a href="https://github.com/evgenru"><code>@​evgenru</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li>Support new Kotlin annotation defaulting rule for <a href="https://github.com/InjectMockKs"><code>@​InjectMockKs</code></a> by <a href="https://github.com/ZzAve"><code>@​ZzAve</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li>feat(dsl): Add context parameters support module (<a href="https://redirect.github.com/mockk/mockk/issues/1431">#1431</a>) by <a href="https://github.com/faraz152"><code>@​faraz152</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@​InjectMockKs</code></a> dependency order for interface by <a href="https://github.com/neungs-2"><code>@​neungs-2</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1526">mockk/mockk#1526</a></li> <li>fix: resolve <a href="https://github.com/InjectMockKs"><code>@​InjectMockKs</code></a> dependency order for list injection by <a href="https://github.com/ilia1243"><code>@​ilia1243</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1527">mockk/mockk#1527</a></li> <li>fix: extract native lib from APK when not on filesystem (AGP 8.5+) by <a href="https://github.com/snowykte0426"><code>@​snowykte0426</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1529">mockk/mockk#1529</a></li> <li>fix: support OpenJ9 in JvmAutoHinter by <a href="https://github.com/hspedro"><code>@​hspedro</code></a> in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/DOssaA"><code>@​DOssaA</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1508">mockk/mockk#1508</a></li> <li><a href="https://github.com/ilia1243"><code>@​ilia1243</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1515">mockk/mockk#1515</a></li> <li><a href="https://github.com/Yentis"><code>@​Yentis</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1517">mockk/mockk#1517</a></li> <li><a href="https://github.com/evgenru"><code>@​evgenru</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1519">mockk/mockk#1519</a></li> <li><a href="https://github.com/ZzAve"><code>@​ZzAve</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1525">mockk/mockk#1525</a></li> <li><a href="https://github.com/faraz152"><code>@​faraz152</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1521">mockk/mockk#1521</a></li> <li><a href="https://github.com/hspedro"><code>@​hspedro</code></a> made their first contribution in <a href="https://redirect.github.com/mockk/mockk/pull/1530">mockk/mockk#1530</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">https://github.com/mockk/mockk/compare/1.14.9...v1.14.11</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mockk/mockk/commit/d5617fc6239195694b5474fd16b982d5491af71c"><code>d5617fc</code></a> Version bump for v1.14.11</li> <li><a href="https://github.com/mockk/mockk/commit/d4e6a00cce3b2a9d2d758784020c9922fbd49f1e"><code>d4e6a00</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1530">#1530</a> from hspedro/fix/726-openj9-classcast-message-format</li> <li><a href="https://github.com/mockk/mockk/commit/98e91bc95301e78d63503a82d4786841e1836de0"><code>98e91bc</code></a> fix: handle OpenJ9 CCE message in JvmAutoHinter</li> <li><a href="https://github.com/mockk/mockk/commit/945f7461a42abccc657231bc25653b03b147fe7e"><code>945f746</code></a> Merge pull request <a href="https://redirect.github.com/mockk/mockk/issues/1529">#1529</a> from snowykte0426/fix/1273-jvmtiagent-agp85-native-l...</li> <li><a href="https://github.com/mockk/mockk/commit/35cc0730f76504bd54cd4729ebf87357e0a82975"><code>35cc073</code></a> [ 1273-jvmtiagent ] chore: stop tracking .claude/scheduled_tasks.lock</li> <li><a href="https://github.com/mockk/mockk/commit/d6aa82ba119dc8888bb615a5f3dee7d9c8b4d4a8"><code>d6aa82b</code></a> [ 1273-jvmtiagent ] chore: drop useLegacyPackaging workaround</li> <li><a href="https://github.com/mockk/mockk/commit/85a907c70878746f214fc81ab4be3d3d78368101"><code>85a907c</code></a> [ 1273-jvmtiagent ] chore: apply spotless formatting</li> <li><a href="https://github.com/mockk/mockk/commit/7d9aec1584449d800f7bb7d36e42f3aaea6a7e14"><code>7d9aec1</code></a> [ 1273-jvmtiagent ] fix: extract .so when findLibrary returns a path with '='</li> <li><a href="https://github.com/mockk/mockk/commit/1d5d30e736a90d015712fc888c27ef8670cc4b48"><code>1d5d30e</code></a> [ 1273-jvmtiagent ] test: verify findLibrary resolves mockkjvmtiagent to a va...</li> <li><a href="https://github.com/mockk/mockk/commit/21a6a3a9f608d838260fdd6fc0d0c560ccc92216"><code>21a6a3a</code></a> [ 1273-jvmtiagent]fix: pass findLibrary path directly to attach JvmtiAgent</li> <li>Additional commits viewable in <a href="https://github.com/mockk/mockk/compare/1.14.9...v1.14.11">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.9&new-version=1.14.11)](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 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 7e94db3 + 71b6186 commit dba4532

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

0 commit comments

Comments
 (0)