Skip to content

chore(deps): Bump kotest from 6.1.11 to 6.2.0#739

Merged
michalharakal merged 1 commit into
developfrom
dependabot/gradle/kotest-6.2.0
Jun 17, 2026
Merged

chore(deps): Bump kotest from 6.1.11 to 6.2.0#739
michalharakal merged 1 commit into
developfrom
dependabot/gradle/kotest-6.2.0

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 16, 2026

Copy link
Copy Markdown
Contributor

Bumps kotest from 6.1.11 to 6.2.0.
Updates io.kotest:kotest-runner-junit5 from 6.1.11 to 6.2.0

Release notes

Sourced from io.kotest:kotest-runner-junit5's releases.

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

🐛 Fixes

Property testing / Arb / Exhaustive / shrinkers

Integer shrinkers proposing wrap-around values near MIN — @​sksamuel (#5931) Arb.ipAddressV4 couldn't produce 255 in any octet — @​sksamuel (#5938) Arb.multiple couldn't produce the largest multiple of k ≤ max — @​sksamuel (#5939) Arb.map maxSize off-by-one and minSize == maxSize crash — @​sksamuel (#5937) Arb.map half-open nextInt for targetSize — @​sksamuel (#5946) Arb.factor crash on k=1 / never producing k — @​sksamuel (#5959) Arb.date never producing Dec 31 in leap years — @​sksamuel (#5949) Arb.intRange overflow when domain.last == Int.MAX_VALUE — @​sksamuel (#5945) Arb.subsequence only producing prefixes — @​sksamuel (#5958)

... (truncated)

Commits
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • 24a4dc4 Make fibonacci interval functions public (#6135)
  • 28d5cdf allow building all targets via dispatch of kotest-test-examples (#6136)
  • 93bbb7e allow test kotest examples action dispatch (#6133)
  • 388f602 Revert "Use Kotlin 2.4.0 as the compile toolchain (target stays 2.2)" (#6131)
  • ee93905 feat(kotest-property): Add Wasm WASI target to kotest-property and kotest-pro...
  • b4f8520 fix(kotest-property): Throw a descriptive error when Arb.distinct exhausts at...
  • 59a79f6 fix(kotest-framework-symbol-processor): Do not duplicate specs across KSP pro...
  • 08b16c7 fix(kotest-framework-engine): Invoke package config extensions for spec-level...
  • 1d71143 fix(kotest-assertions-core): Fix swapped expected/actual in haveElementAt mes...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-assertions-core from 6.1.11 to 6.2.0

Release notes

Sourced from io.kotest:kotest-assertions-core's releases.

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

🐛 Fixes

Property testing / Arb / Exhaustive / shrinkers

Integer shrinkers proposing wrap-around values near MIN — @​sksamuel (#5931) Arb.ipAddressV4 couldn't produce 255 in any octet — @​sksamuel (#5938) Arb.multiple couldn't produce the largest multiple of k ≤ max — @​sksamuel (#5939) Arb.map maxSize off-by-one and minSize == maxSize crash — @​sksamuel (#5937) Arb.map half-open nextInt for targetSize — @​sksamuel (#5946) Arb.factor crash on k=1 / never producing k — @​sksamuel (#5959) Arb.date never producing Dec 31 in leap years — @​sksamuel (#5949) Arb.intRange overflow when domain.last == Int.MAX_VALUE — @​sksamuel (#5945) Arb.subsequence only producing prefixes — @​sksamuel (#5958)

... (truncated)

Commits
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • 24a4dc4 Make fibonacci interval functions public (#6135)
  • 28d5cdf allow building all targets via dispatch of kotest-test-examples (#6136)
  • 93bbb7e allow test kotest examples action dispatch (#6133)
  • 388f602 Revert "Use Kotlin 2.4.0 as the compile toolchain (target stays 2.2)" (#6131)
  • ee93905 feat(kotest-property): Add Wasm WASI target to kotest-property and kotest-pro...
  • b4f8520 fix(kotest-property): Throw a descriptive error when Arb.distinct exhausts at...
  • 59a79f6 fix(kotest-framework-symbol-processor): Do not duplicate specs across KSP pro...
  • 08b16c7 fix(kotest-framework-engine): Invoke package config extensions for spec-level...
  • 1d71143 fix(kotest-assertions-core): Fix swapped expected/actual in haveElementAt mes...
  • Additional commits viewable in compare view

Updates io.kotest:kotest-property from 6.1.11 to 6.2.0

Release notes

Sourced from io.kotest:kotest-property's releases.

v6.2.0

✨ Features

New matchers / assertions

comparables.shouldBeAtLeast — @​AlexCue987 (#5831) MultipleMatcherResult for combining multiple matcher results — @​sksamuel (#5723) shouldContainExactCopies for lists — @​AlexCue987 (#5913) Character matchers — @​JordanLongstaff (#5921) shouldBeSingle matcher — @​sksamuel (#6028) shouldContainRepeats for strings — @​AlexCue987 (#6004) Infix form for inspectors — @​alfonsoristorato (#5920) Block-asserting overload for shouldBeFailure — @​alfonsoristorato (#5927) Per-call Eq overrides via a withEqs DSL — @​PreAgile (#6010) Per-element data class diffs in collection comparisons — @​PreAgile (#5835)

Framework / API

Run data tests singularly — @​alfonsoristorato (#5574) New JVM test-suites module (deprecates JunitXmlReporter) — @​sksamuel (#5801) Support isolation modes on all KMP platforms — @​sksamuel (#5806) Breadcrumbs support for Kotest spec files — @​sksamuel (#5793) Type-safe test metadata API — @​PreAgile (#5905) Public API for creating custom styles — @​sksamuel (#5814) Support multiple --test args joined by semicolon in KOTEST_INCLUDE_PATTERN — @​sksamuel (#5922) Extend life of deprecated Test containers and add onStart — @​sksamuel (#5896) Make Arb.stringPattern multiplatform — @​wilmveel (#6008) Complete the permutations module — @​sksamuel (#6016) Add Wasm WASI target to kotest-property and kotest-property-permutations — @​jsoizo (#6129) Make fibonacci interval functions public — @​mvanhorn (#6135) Add Android instrumented test module — @​sksamuel (#5900)

IntelliJ plugin

N-times setter for test invocation — @​alfonsoristorato (#5815) Invocation count on the Kotest producer — @​alfonsoristorato (#5837) Singular data-test run on the Kotest producer — @​alfonsoristorato (#5843) Amper-aware run-configuration producer — @​sksamuel (#5999)

🐛 Fixes

Property testing / Arb / Exhaustive / shrinkers

Integer shrinkers proposing wrap-around values near MIN — @​sksamuel (#5931) Arb.ipAddressV4 couldn't produce 255 in any octet — @​sksamuel (#5938) Arb.multiple couldn't produce the largest multiple of k ≤ max — @​sksamuel (#5939) Arb.map maxSize off-by-one and minSize == maxSize crash — @​sksamuel (#5937) Arb.map half-open nextInt for targetSize — @​sksamuel (#5946) Arb.factor crash on k=1 / never producing k — @​sksamuel (#5959) Arb.date never producing Dec 31 in leap years — @​sksamuel (#5949) Arb.intRange overflow when domain.last == Int.MAX_VALUE — @​sksamuel (#5945) Arb.subsequence only producing prefixes — @​sksamuel (#5958)

... (truncated)

Commits
  • f3134ea align compile toolchain with minimum supported Kotlin version for KLIB ABI co...
  • 24a4dc4 Make fibonacci interval functions public (#6135)
  • 28d5cdf allow building all targets via dispatch of kotest-test-examples (#6136)
  • 93bbb7e allow test kotest examples action dispatch (#6133)
  • 388f602 Revert "Use Kotlin 2.4.0 as the compile toolchain (target stays 2.2)" (#6131)
  • ee93905 feat(kotest-property): Add Wasm WASI target to kotest-property and kotest-pro...
  • b4f8520 fix(kotest-property): Throw a descriptive error when Arb.distinct exhausts at...
  • 59a79f6 fix(kotest-framework-symbol-processor): Do not duplicate specs across KSP pro...
  • 08b16c7 fix(kotest-framework-engine): Invoke package config extensions for spec-level...
  • 1d71143 fix(kotest-assertions-core): Fix swapped expected/actual in haveElementAt mes...
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `kotest` from 6.1.11 to 6.2.0.

Updates `io.kotest:kotest-runner-junit5` from 6.1.11 to 6.2.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.0)

Updates `io.kotest:kotest-assertions-core` from 6.1.11 to 6.2.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.0)

Updates `io.kotest:kotest-property` from 6.1.11 to 6.2.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@6.1.11...6.2.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-property
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Jun 16, 2026
@michalharakal michalharakal merged commit 2a4e5fb into develop Jun 17, 2026
4 checks passed
@dependabot dependabot Bot deleted the dependabot/gradle/kotest-6.2.0 branch June 17, 2026 21:41
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