Skip to content

fix(deps): update dependency io.mockk:mockk to v1.14.11#240

Merged
magisk317 merged 1 commit into
betafrom
renovate/all-minor-patch
May 31, 2026
Merged

fix(deps): update dependency io.mockk:mockk to v1.14.11#240
magisk317 merged 1 commit into
betafrom
renovate/all-minor-patch

Conversation

@magisk317
Copy link
Copy Markdown
Owner

@magisk317 magisk317 commented May 31, 2026

This PR contains the following updates:

Package Change Age Confidence
io.mockk:mockk (source) 1.14.91.14.11 age confidence

Release Notes

mockk/mockk (io.mockk:mockk)

v1.14.11

What's Changed

New Contributors

Full Changelog: mockk/mockk@1.14.9...v1.14.11


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

Summary by Sourcery

Build:

  • 将 Gradle 版本目录中的 io.mockk:mockk 依赖版本从 1.14.9 提升到 1.14.11。
Original summary in English

Summary by Sourcery

Build:

  • Bump io.mockk:mockk dependency version from 1.14.9 to 1.14.11 in Gradle version catalog.

@magisk317 magisk317 added dependencies Pull requests that update a dependency file java Pull requests that update java code labels May 31, 2026
@magisk317
Copy link
Copy Markdown
Owner Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: gradle/libs.versions.toml
Command failed: ./gradlew -Dorg.gradle.jvmargs=-Xms512m -Xmx512m --console=plain --dependency-verification lenient -q properties

FAILURE: Build failed with an exception.

* What went wrong:
Configuring project ':smscode-core:smscode-xposed-core' without an existing directory is not allowed. The configured projectDirectory '/tmp/renovate/repos/github/magisk317/XposedSmsCode/smscode-core/smscode-xposed-core' does not exist, can't be written to or is not a directory.

* Try:
> Make sure the project directory exists and is writable.
> For more information, see https://docs.gradle.org/9.5.1/userguide/multi_project_builds.html#include_existing_projects_only
> Run with --scan to get full insights from a Build Scan (powered by Develocity).

BUILD FAILED in 21s

@magisk317 magisk317 merged commit 96846d1 into beta May 31, 2026
4 of 7 checks passed
@magisk317 magisk317 deleted the renovate/all-minor-patch branch May 31, 2026 12:57
@sourcery-ai
Copy link
Copy Markdown

sourcery-ai Bot commented May 31, 2026

审阅者指南(在较小的 PR 上折叠显示)

审阅者指南

将 Gradle 版本目录(version catalog)中的 MockK 测试库版本引用从 1.14.9 更新为 1.14.11。

更新后 MockK 依赖版本的流程图

flowchart LR
    A[Gradle build] --> B[Version catalog libs.versions.toml]
    B --> C[mockk 1.14.11]
    C --> D[Test tasks using MockK]
Loading

文件级变更

变更 详情 文件
在 Gradle 版本目录中提升 MockK 依赖版本。
  • 在 libs.versions.toml 中将 mockk 版本常量从 1.14.9 更新为 1.14.11,影响所有引用该目录条目的模块(用于它们的 io.mockk:mockk 依赖)。
gradle/libs.versions.toml

可能关联的问题

  • #Dependency Dashboard:该 PR 实现了 Dependency Dashboard issue 中明确列出的 mockk 1.14.11 依赖更新。

提示与命令

与 Sourcery 交互

  • 触发新的审阅: 在 pull request 上评论 @sourcery-ai review
  • 继续讨论: 直接回复 Sourcery 的审阅评论。
  • 从审阅评论生成 GitHub issue: 通过回复某条审阅评论,请求 Sourcery 从该评论创建一个 issue。你也可以回复审阅评论并写上 @sourcery-ai issue 来从该评论创建 issue。
  • 生成 pull request 标题: 在 pull request 标题的任意位置写上 @sourcery-ai 即可随时生成标题。你也可以在 pull request 中评论 @sourcery-ai title 来重新生成标题。
  • 生成 pull request 摘要: 在 pull request 描述正文的任意位置写上 @sourcery-ai summary,即可在该位置生成 PR 摘要。你也可以在 pull request 中评论 @sourcery-ai summary 来随时(重新)生成摘要。
  • 生成审阅者指南: 在 pull request 中评论 @sourcery-ai guide,即可随时(重新)生成审阅者指南。
  • 解决所有 Sourcery 评论: 在 pull request 中评论 @sourcery-ai resolve,即可将所有 Sourcery 评论标记为已解决。如果你已经处理完所有评论且不希望再看到它们,这会很有用。
  • 撤销所有 Sourcery 审阅: 在 pull request 中评论 @sourcery-ai dismiss,即可撤销所有现有的 Sourcery 审阅。特别适合你想从头开始一次新的审阅——别忘了再评论 @sourcery-ai review 来触发新的审阅!

自定义你的体验

访问你的 dashboard 以:

  • 启用或禁用诸如 Sourcery 生成的 pull request 摘要、审阅者指南等审阅功能。
  • 更改审阅语言。
  • 添加、删除或编辑自定义审阅说明。
  • 调整其他审阅设置。

获取帮助

Original review guide in English
Reviewer's guide (collapsed on small PRs)

Reviewer's Guide

Updates the MockK testing library version reference in the Gradle version catalog from 1.14.9 to 1.14.11.

Flow diagram for updated MockK dependency version

flowchart LR
    A[Gradle build] --> B[Version catalog libs.versions.toml]
    B --> C[mockk 1.14.11]
    C --> D[Test tasks using MockK]
Loading

File-Level Changes

Change Details Files
Bumps MockK dependency version in the Gradle version catalog.
  • Updates the mockk version constant in libs.versions.toml from 1.14.9 to 1.14.11, affecting all modules that reference this catalog entry for their io.mockk:mockk dependency.
gradle/libs.versions.toml

Possibly linked issues

  • #Dependency Dashboard: The PR implements the mockk 1.14.11 dependency update explicitly listed in the Dependency Dashboard issue.

Tips and commands

Interacting with Sourcery

  • Trigger a new review: Comment @sourcery-ai review on the pull request.
  • Continue discussions: Reply directly to Sourcery's review comments.
  • Generate a GitHub issue from a review comment: Ask Sourcery to create an
    issue from a review comment by replying to it. You can also reply to a
    review comment with @sourcery-ai issue to create an issue from it.
  • Generate a pull request title: Write @sourcery-ai anywhere in the pull
    request title to generate a title at any time. You can also comment
    @sourcery-ai title on the pull request to (re-)generate the title at any time.
  • Generate a pull request summary: Write @sourcery-ai summary anywhere in
    the pull request body to generate a PR summary at any time exactly where you
    want it. You can also comment @sourcery-ai summary on the pull request to
    (re-)generate the summary at any time.
  • Generate reviewer's guide: Comment @sourcery-ai guide on the pull
    request to (re-)generate the reviewer's guide at any time.
  • Resolve all Sourcery comments: Comment @sourcery-ai resolve on the
    pull request to resolve all Sourcery comments. Useful if you've already
    addressed all the comments and don't want to see them anymore.
  • Dismiss all Sourcery reviews: Comment @sourcery-ai dismiss on the pull
    request to dismiss all existing Sourcery reviews. Especially useful if you
    want to start fresh with a new review - don't forget to comment
    @sourcery-ai review to trigger a new review!

Customizing Your Experience

Access your dashboard to:

  • Enable or disable review features such as the Sourcery-generated pull request
    summary, the reviewer's guide, and others.
  • Change the review language.
  • Add, remove or edit custom review instructions.
  • Adjust other review settings.

Getting Help

Copy link
Copy Markdown

@sourcery-ai sourcery-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

嗨——我已经审阅了你的更改,看起来很棒!


Sourcery 对开源项目是免费的——如果你喜欢我们的代码审查,请考虑分享它们 ✨
帮我变得更有用!请在每条评论上点击 👍 或 👎,我会根据你的反馈改进后续的代码审查。
Original comment in English

Hey - I've reviewed your changes and they look great!


Sourcery is free for open source - if you like our reviews please consider sharing them ✨
Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant