Skip to content

Comments

fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.3#394

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kotest.assertions.core
Open

fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.3#394
renovate[bot] wants to merge 1 commit intomainfrom
renovate/kotest.assertions.core

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jan 20, 2026

This PR contains the following updates:

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

Release Notes

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

v6.1.3

Compare Source

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


Configuration

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

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

Rebasing: Whenever PR is behind base branch, 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.

@github-actions
Copy link

github-actions bot commented Jan 20, 2026

Qodana Community for JVM

It seems all right 👌

No new problems were found according to the checks applied

💡 Qodana analysis was run in the pull request mode: only the changed files were checked

View the detailed Qodana report

To be able to view the detailed Qodana report, you can either:

To get *.log files or any other Qodana artifacts, run the action with upload-result option set to true,
so that the action will upload the files as the job artifacts:

      - name: 'Qodana Scan'
        uses: JetBrains/qodana-action@v2025.3.1
        with:
          upload-result: true
Contact Qodana team

Contact us at qodana-support@jetbrains.com

@renovate renovate bot changed the title fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.0 fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.1 Jan 23, 2026
@renovate renovate bot force-pushed the renovate/kotest.assertions.core branch from af9bce6 to af9c609 Compare January 23, 2026 21:53
@renovate renovate bot changed the title fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.1 fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.2 Jan 27, 2026
@renovate renovate bot force-pushed the renovate/kotest.assertions.core branch from af9c609 to fc939a8 Compare January 27, 2026 18:04
@renovate renovate bot force-pushed the renovate/kotest.assertions.core branch from fc939a8 to be96525 Compare February 5, 2026 10:31
@renovate renovate bot changed the title fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.2 fix(deps): update dependency io.kotest:kotest-assertions-core to v6.1.3 Feb 5, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants