Skip to content

Update dependency io.kotest:kotest-assertions-core to v6#465

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.kotest-kotest-assertions-core-6.x
Open

Update dependency io.kotest:kotest-assertions-core to v6#465
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/io.kotest-kotest-assertions-core-6.x

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Aug 18, 2025

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.kotest:kotest-assertions-core 5.9.16.1.11 age confidence

Release Notes

kotest/kotest (io.kotest:kotest-assertions-core)

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

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 dependencies Pull requests that update a dependency file renovate-bot labels Aug 18, 2025
@renovate renovate Bot enabled auto-merge (squash) August 18, 2025 06:55
@renovate renovate Bot requested a review from hoc081098 August 18, 2025 06:55
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from a050a76 to 895bdab Compare August 25, 2025 06:21
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch 2 times, most recently from 15bee83 to 2839a12 Compare September 8, 2025 00:59
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch 2 times, most recently from 3aec888 to 22d440d Compare October 15, 2025 10:03
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from 22d440d to d507578 Compare October 21, 2025 23:52
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from d507578 to af23241 Compare November 11, 2025 00:11
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from af23241 to 12f8666 Compare November 18, 2025 03:05
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch 2 times, most recently from f00fbd6 to f28c458 Compare December 1, 2025 10:00
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from f28c458 to de3026e Compare December 30, 2025 13:50
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch 2 times, most recently from a105f40 to 352bced Compare January 23, 2026 20:15
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from 352bced to 984300e Compare January 27, 2026 19:05
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from 984300e to 3ca4f68 Compare February 5, 2026 14:15
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from 3ca4f68 to 5da4977 Compare February 25, 2026 21:50
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch 3 times, most recently from 9d1f488 to 5ebffd1 Compare March 15, 2026 02:05
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch 3 times, most recently from 04c3354 to 8134d3c Compare March 30, 2026 18:17
| datasource | package                          | from  | to     |
| ---------- | -------------------------------- | ----- | ------ |
| maven      | io.kotest:kotest-assertions-core | 5.9.1 | 6.1.11 |
@renovate renovate Bot force-pushed the renovate/io.kotest-kotest-assertions-core-6.x branch from 8134d3c to 8d26a35 Compare April 4, 2026 16:26
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 renovate-bot

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant