Skip to content

build(deps): bump the kotest group with 2 updates - #9

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/kotest-b4325c41ed
Open

build(deps): bump the kotest group with 2 updates#9
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/gradle/kotest-b4325c41ed

Conversation

@dependabot

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

Copy link
Copy Markdown
Contributor

Bumps the kotest group with 2 updates: io.kotest:kotest-runner-junit5 and io.kotest:kotest-assertions-core.

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

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the kotest group with 2 updates: [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) and [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest).


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)

---
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-group: kotest
- dependency-name: io.kotest:kotest-assertions-core
  dependency-version: 6.2.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: kotest
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 15, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies, gradle. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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