Skip to content

chore(deps): update kotest (patch) - #21

Open
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/patch-kotest
Open

chore(deps): update kotest (patch)#21
renovate[bot] wants to merge 1 commit into
masterfrom
renovate/patch-kotest

Conversation

@renovate

@renovate renovate Bot commented Aug 14, 2025

Copy link
Copy Markdown

This PR contains the following updates:

Package Change Age Confidence
io.kotest.multiplatform 6.0.0.M16.0.0.M4 age confidence
io.kotest:kotest-runner-junit5-jvm 6.0.0.M16.0.7 age confidence
io.kotest:kotest-framework-engine 6.0.0.M16.0.7 age confidence
io.kotest:kotest-assertions-core 6.0.0.M16.0.7 age confidence

Release Notes

kotest/kotest (io.kotest:kotest-runner-junit5-jvm)

v6.0.7

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.0.6...v6.0.7

v6.0.6

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.0.5...v6.0.6

v6.0.5

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@6.0.4...v6.0.5

v6.0.4

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.0.3...v6.0.4

v6.0.3

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@6.0.3...v6.0.3

v6.0.2

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@6.0.1...v6.0.2

v6.0.1

Compare Source

Full Changelog: kotest/kotest@6.0.0...v6.0.1

v6.0.0

Compare Source

https://kotest.io/docs/release6/

v6.0.0.M17

Compare Source

v6.0.0.M14

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.0.0.M8...v6.0.0.M14

v6.0.0.M8

What's Changed

Full Changelog: kotest/kotest@v6.0.0.M5...v6.0.0.M8

v6.0.0.M5

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.0.0.M4...v6.0.0.M5

v6.0.0.M4

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.0.0.M3...v6.0.0.M4

v6.0.0.M3

What's Changed
New Contributors

Full Changelog: kotest/kotest@V6.0.0.M2...v6.0.0.M3


Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate
renovate Bot force-pushed the renovate/patch-kotest branch 2 times, most recently from 6821f11 to b64dc88 Compare August 19, 2025 04:11
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from b64dc88 to 2c7c2c3 Compare August 25, 2025 08:04
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch 2 times, most recently from 24025be to 47ef92b Compare September 8, 2025 03:49
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from 47ef92b to c4804a5 Compare October 15, 2025 19:59
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from c4804a5 to 9fb659a Compare November 19, 2025 11:52
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from 9fb659a to 9f6fdbc Compare December 1, 2025 07:07
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from 9f6fdbc to 21aae88 Compare January 10, 2026 07:11
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from 21aae88 to 13f5f9e Compare May 28, 2026 02:12
@entelligence-ai-pr-reviews

entelligence-ai-pr-reviews Bot commented May 28, 2026

Copy link
Copy Markdown

EntelligenceAI PR Summary

Upgrades the Kotest dependency to a stable release version in the Gradle version catalog.

  • Bumped kotest from 6.0.0.M1 (milestone) to 6.0.7 (stable) in gradle/libs.versions.toml
  • Replaces a pre-release milestone build with a production-ready stable release

Confidence Score: 1/5 - Blocking Issues

Not safe to merge — this PR bumps kotest from 6.0.0.M1 to 6.0.7 in gradle/libs.versions.toml, which is a well-intentioned move from a milestone to a stable release, but there is an unresolved critical bug report stating that the kotest-multiplatform plugin version 6.0.7 does not exist, meaning this change would break the build entirely. The PR cannot be merged until it is verified that all referenced Kotest artifacts (including the multiplatform plugin) are actually published at version 6.0.7, or the version catalog is corrected to use only versions that exist in the artifact registry.

Key Findings:

  • An unresolved critical bug comment on gradle/libs.versions.toml (L9-L15) explicitly states that kotest-multiplatform plugin version 6.0.7 does not exist — if accurate, this would cause a Gradle dependency resolution failure and a broken build for all developers and CI pipelines.
  • The intent of the PR is sound: replacing a pre-release milestone 6.0.0.M1 with a stable release is good practice, but the version number chosen must be validated against the actual published artifacts on Maven Central or JetBrains' plugin repository before merging.
  • No new review comments were generated on the current diff, so the only concern is the pre-existing unresolved critical flag — but given that it describes a non-existent artifact version, it is a blocking issue regardless of whether it was introduced by this PR or surfaced during review.
Files requiring special attention
  • gradle/libs.versions.toml

Comment thread gradle/libs.versions.toml
junit = "5.11.4"
konf = "1.1.2"
kotest = "6.0.0.M1"
kotest = "6.0.7"

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

CRITICAL BUG kotest-multiplatform plugin version 6.0.7 does not exist

The kotest-multiplatform plugin (line 159) shares version.ref = "kotest" with the library artifacts, so it resolves to 6.0.7. The Gradle Plugin Portal only publishes io.kotest.multiplatform up to 6.0.0.M4; requesting 6.0.7 will fail at build time with a plugin resolution error.

Prompt to fix with AI

Copy this prompt into your AI coding assistant to fix this issue.

In gradle/libs.versions.toml, the `kotest-multiplatform` plugin at line 159 shares `version.ref = "kotest"` with the kotest library artifacts. After this PR bumps `kotest` to `6.0.7`, the plugin will attempt to resolve `io.kotest.multiplatform:6.0.7`, which does not exist on the Gradle Plugin Portal (latest is 6.0.0.M4). Fix by introducing a separate version entry, e.g. add `kotest-multiplatform = "6.0.0.M4"` in the `[versions]` section and update line 159 to `kotest-multiplatform = { id = "io.kotest.multiplatform", version.ref = "kotest-multiplatform" }`.

@renovate
renovate Bot force-pushed the renovate/patch-kotest branch 2 times, most recently from ad66c61 to ce672e8 Compare May 28, 2026 10:43
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch 3 times, most recently from 8f109fe to 7ee8f30 Compare July 23, 2026 05:05
@renovate
renovate Bot force-pushed the renovate/patch-kotest branch from 7ee8f30 to 8d6aa7d Compare July 23, 2026 10:52
@entelligence-ai-pr-reviews

Copy link
Copy Markdown

Models Used to Generate This PR

Model attribution unavailable — the authoring session could not be linked to this PR's commits.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants