Skip to content

Update dependency io.kotest:kotest-runner-junit5-jvm to v6#21

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.kotest-kotest-runner-junit5-jvm-6.x
Open

Update dependency io.kotest:kotest-runner-junit5-jvm to v6#21
renovate[bot] wants to merge 1 commit intomainfrom
renovate/io.kotest-kotest-runner-junit5-jvm-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Sep 1, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.kotest:kotest-runner-junit5-jvm 5.9.16.1.11 age confidence

Test plan: CI should pass with updated dependencies. No review required: this is an automated dependency update PR.


Release Notes

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

v6.1.11

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.10...6.1.11

v6.1.10

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.9...v6.1.10

v6.1.9

Compare Source

Full Changelog: kotest/kotest@v6.1.8...v6.1.9

The Gradle 9.4 --tests filter change was missed from the 6.1.8 release.
This 6.1.9 release includes it.

If you are using Gradle 9.4+ then you need this build to run a single test from the IDE.

v6.1.8

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.7...v6.1.8

v6.1.7

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.6...v6.1.7

v6.1.6

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.5...v6.1.6

v6.1.5

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.4...v6.1.5

v6.1.4

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.3...v6.1.4

v6.1.3

Compare Source

What's Changed
New Contributors

Full Changelog: kotest/kotest@v6.1.2...v6.1.3

v6.1.2

Compare Source

What's Changed

Full Changelog: kotest/kotest@6.1.2...v6.1.2

v6.1.1

Compare Source

What's Changed

Full Changelog: kotest/kotest@v6.1.0...v6.1.1

v6.1.0

Compare Source

The first Kotest release of 2026 is here - 6.1 'Bouncing Boimler'

  • Compatible with Kotlin 2.0, 2.1, 2.2 and 2.3
  • Enhanced data-testing with new syntax that mirrors the spec style to enable more intuitive tests. This also gives you control over how data tests interact with test lifecycle callbacks!
  • Much improved IDE plugin support including running individual tests for native targets and fixes for many long standing issues. Re-run tests and jump to source for all nested tests in JVM mode
  • The test framework has been updated with Jasmine style f-focused syntax to mirror the x-disabled syntax.
  • Support for JUnit 6 via the new kotest-runner-junit6 module.
  • The popular TestContainers extension has been updated to support Docker ComposeContainers. Also now with an option to pipe the container logs directly into the test output for easier debugging!
  • Full support for the Gradle test-retry plugin.
  • Many improvements and bug fixes to our assertions library including support for custom equality in shouldBe assertions
  • New assertions added such as shouldBeAtMost(x) and shouldBeAtLeast(y) for primitives. A reminder that assertions don't require the Kotest test framework. They are still the best Kotlin assertions library, in our opinion, even if you are using JUnit or another test framework.
  • Recreate race conditions easily using our parallel runner.
  • Various property test improvements such as new Arb types for arrays and support for specifying Arb collection sizes globally. Just like assertions, the property testing library doesn't require the Kotest test framework.
What's Changed
New Contributors

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

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

Note

PR body was truncated to here.


Configuration

📅 Schedule: (in timezone America/Los_Angeles)

  • Branch creation
    • "on the 1st through 7th day of the month"
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • 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 added the bot label Sep 1, 2025
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch 2 times, most recently from b4a60f8 to ba7f360 Compare September 9, 2025 19:59
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from ba7f360 to 44e56fe Compare October 15, 2025 23:40
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from 44e56fe to 7687cf7 Compare November 19, 2025 04:07
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from 7687cf7 to 4e5a5b0 Compare December 2, 2025 00:04
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch 2 times, most recently from 30c000b to 6d1c16c Compare January 24, 2026 08:00
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from 6d1c16c to 9f6791d Compare January 29, 2026 04:10
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from 9f6791d to b16b265 Compare February 6, 2026 12:05
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from b16b265 to 137eb5c Compare March 1, 2026 18:53
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from 137eb5c to e813c85 Compare March 14, 2026 16:57
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from e813c85 to 3ef683e Compare March 31, 2026 08:43
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-runner-junit5-jvm-6.x branch from 3ef683e to 17e3f6e Compare April 15, 2026 12:53
@renovate renovate Bot changed the title chore(deps): update dependency io.kotest:kotest-runner-junit5-jvm to v6 Update dependency io.kotest:kotest-runner-junit5-jvm to v6 Apr 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants