Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10028e4

Browse files
chore: bump io.mockk:mockk from 1.14.2 to 1.14.4 (#133)
Bumps [io.mockk:mockk](https://github.com/mockk/mockk) from 1.14.2 to1.14.4.<details><summary>Release notes</summary><p><em>Sourced from <ahref="https://github.com/mockk/mockk/releases">io.mockk:mockk'sreleases</a>.</em></p><blockquote><h2>1.14.4</h2><p>This release is functionally equivalent to v1.14.3, I just wanted totry out the new publishing process that uses Maven Central instead ofOSSRH.</p><p><strong>Full Changelog</strong>: <ahref="https://github.com/mockk/mockk/compare/1.14.3...1.14.4">https://github.com/mockk/mockk/compare/1.14.3...1.14.4</a></p><h2>1.14.3</h2><h2>What's Changed</h2><ul><li>chore: bump byte buddy version to support java 24 by <ahref="https://github.com/Komdosh"><code>@​Komdosh</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1387">mockk/mockk#1387</a></li><li>chore: bump gradle version to 8.14 by <ahref="https://github.com/Komdosh"><code>@​Komdosh</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1389">mockk/mockk#1389</a></li><li>chore: bump dokka, kotlinx.coroutines, slf4j, logback, junit jupiterby <a href="https://github.com/Komdosh"><code>@​Komdosh</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1388">mockk/mockk#1388</a></li><li>Add recursive detection of meta-annotations by <ahref="https://github.com/VitalyVPinchuk"><code>@​VitalyVPinchuk</code></a>in <ahref="https://redirect.github.com/mockk/mockk/pull/1393">mockk/mockk#1393</a></li><li>chore: bump kotlin to 2.1.20 by <ahref="https://github.com/Komdosh"><code>@​Komdosh</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1390">mockk/mockk#1390</a></li><li>fix: enable confirmVerified to work with static mocks by <ahref="https://github.com/happysubin"><code>@​happysubin</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1396">mockk/mockk#1396</a></li><li>Add logging on failure inside withArg by <ahref="https://github.com/Djaler"><code>@​Djaler</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1395">mockk/mockk#1395</a></li><li>Update Android aritfacts to support 16kb page sizes by <ahref="https://github.com/WhosNickDoglio"><code>@​WhosNickDoglio</code></a>in <ahref="https://redirect.github.com/mockk/mockk/pull/1394">mockk/mockk#1394</a></li><li>Use instance factory for value classes with any() matcher by <ahref="https://github.com/esafak"><code>@​esafak</code></a> in <ahref="https://redirect.github.com/mockk/mockk/pull/1403">mockk/mockk#1403</a></li></ul><h2>New Contributors</h2><ul><li><a href="https://github.com/Komdosh"><code>@​Komdosh</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1387">mockk/mockk#1387</a></li><li><ahref="https://github.com/happysubin"><code>@​happysubin</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1396">mockk/mockk#1396</a></li><li><a href="https://github.com/Djaler"><code>@​Djaler</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1395">mockk/mockk#1395</a></li><li><ahref="https://github.com/WhosNickDoglio"><code>@​WhosNickDoglio</code></a>made their first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1394">mockk/mockk#1394</a></li><li><a href="https://github.com/esafak"><code>@​esafak</code></a> madetheir first contribution in <ahref="https://redirect.github.com/mockk/mockk/pull/1403">mockk/mockk#1403</a></li></ul><p><strong>Full Changelog</strong>: <ahref="https://github.com/mockk/mockk/compare/1.14.2...1.14.3">https://github.com/mockk/mockk/compare/1.14.2...1.14.3</a></p></blockquote></details><details><summary>Commits</summary><ul><li><ahref="https://github.com/mockk/mockk/commit/80062c4811628a5429ff1aad66d59d82335cb262"><code>80062c4</code></a>New publishing process to maven central</li><li><ahref="https://github.com/mockk/mockk/commit/ff28c49730e138ac0235d6b9d93aeef1eebb46f9"><code>ff28c49</code></a>Fix broken build</li><li><ahref="https://github.com/mockk/mockk/commit/18a9f51b50428cf7cf818452c9663cc5a4708c74"><code>18a9f51</code></a>Version bump</li><li><ahref="https://github.com/mockk/mockk/commit/c3aa4db1f810dde93090a7a1ca6b9c0fdf773cd1"><code>c3aa4db</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1403">#1403</a>from esafak/fix-value-class-instance-factory</li><li><ahref="https://github.com/mockk/mockk/commit/5e498213f5776b4872e5238c3e825fe11a1c3d61"><code>5e49821</code></a>Use instance factory for value classes with any() matcher</li><li><ahref="https://github.com/mockk/mockk/commit/b03c36f88ea974c1422962287f40bcb3b7250f1e"><code>b03c36f</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1394">#1394</a>from WhosNickDoglio/ndoglio/agp-upgrade</li><li><ahref="https://github.com/mockk/mockk/commit/f00c780eae8920b32593e2a1b0cb1ff2a516605f"><code>f00c780</code></a>Add an article to the README</li><li><ahref="https://github.com/mockk/mockk/commit/ef210358ad8a6d66672bef11baa4faf9001a8640"><code>ef21035</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1395">#1395</a>from Djaler/withArg-logging</li><li><ahref="https://github.com/mockk/mockk/commit/a6853878d74cbe246fe10e80718b34e9b6885fdb"><code>a685387</code></a>Update CMakeList.txt file to include change to compile app using 16KBELF ali...</li><li><ahref="https://github.com/mockk/mockk/commit/4bf4ec761ced65adf7bbd1f49c9017c520fe1880"><code>4bf4ec7</code></a>Merge pull request <ahref="https://redirect.github.com/mockk/mockk/issues/1396">#1396</a>from happysubin/master</li><li>Additional commits viewable in <ahref="https://github.com/mockk/mockk/compare/1.14.2...1.14.4">compareview</a></li></ul></details><br />[![Dependabot compatibilityscore](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.mockk:mockk&package-manager=gradle&previous-version=1.14.2&new-version=1.14.4)](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'talter 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 editsthat 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 afteryour CI passes on it- `@dependabot cancel merge` will cancel a previously requested mergeand block automerging- `@dependabot reopen` will reopen this PR if it is closed- `@dependabot close` will close this PR and stop Dependabot recreatingit. You can achieve the same result by closing it manually- `@dependabot show <dependency name> ignore conditions` will show allof the ignore conditions of the specified dependency- `@dependabot ignore this major version` will close this PR and stopDependabot creating any more for this major version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this minor version` will close this PR and stopDependabot creating any more for this minor version (unless you reopenthe PR or upgrade to it yourself)- `@dependabot ignore this dependency` will close this PR and stopDependabot creating any more for this dependency (unless you reopen thePR 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 parent67cb723 commit10028e4

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.308"
17-
mockk ="1.14.2"
17+
mockk ="1.14.4"
1818

1919
[libraries]
2020
toolbox-core-api = {module ="com.jetbrains.toolbox:core-api",version.ref ="toolbox-plugin-api" }

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp