kotest/kotest
### [`v5.5.4`](https://togithub.com/kotest/kotest/releases/tag/v5.5.4)
Fixes [issue 3277](https://togithub.com/kotest/kotest/issues/3277).
> `gradle test --tests "A*" --tests "B*"`
>
> All tests from A\* and B\* were skipped instead of being ran.
>
> This was a regression from 5.4.x, where this used to work. This was because kotest 5.5.3 were using the wrong combinators for combining the inclusion filters.
Contributors:
- [@myuwono](https://togithub.com/myuwono)
### [`v5.5.3`](https://togithub.com/kotest/kotest/releases/tag/v5.5.3): 5.5.3
Updated JUnit version from 5.7.2 to 5.8.2
Kotest now requires the runtime version of JUnit to be *at least* 5.8
Note: If your build somehow manages to put both JUnit 5.7 *and* 5.8 onto the classpath and they load in the wrong order, you might see problems related to `ClassOrderer` not being found. Please make sure that *only* JUnit 5.8+ is loaded
### [`v5.5.2`](https://togithub.com/kotest/kotest/releases/tag/v5.5.2)
Gradle test filter fixes, by [@myuwono](https://togithub.com/myuwono) [https://github.com/kotest/kotest/pull/3257](https://togithub.com/kotest/kotest/pull/3257)
Tag inheritance configuration is now available on `AbstractProjectConfig`
### [`v5.5.1`](https://togithub.com/kotest/kotest/releases/tag/v5.5.1): 5.5.1
Fixed an issue where tests where being skipped when filtered out by the full spec name
### [`v5.5.0`](https://togithub.com/kotest/kotest/compare/v5.4.2...v5.5.0)
Configuration
📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), 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 these updates again.
[ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Mend Renovate. View repository job log here.
This PR contains the following updates:
5.4.2
->5.5.4
5.4.2
->5.5.4
Release Notes
kotest/kotest
### [`v5.5.4`](https://togithub.com/kotest/kotest/releases/tag/v5.5.4) Fixes [issue 3277](https://togithub.com/kotest/kotest/issues/3277). > `gradle test --tests "A*" --tests "B*"` > > All tests from A\* and B\* were skipped instead of being ran. > > This was a regression from 5.4.x, where this used to work. This was because kotest 5.5.3 were using the wrong combinators for combining the inclusion filters. Contributors: - [@myuwono](https://togithub.com/myuwono) ### [`v5.5.3`](https://togithub.com/kotest/kotest/releases/tag/v5.5.3): 5.5.3 Updated JUnit version from 5.7.2 to 5.8.2 Kotest now requires the runtime version of JUnit to be *at least* 5.8 Note: If your build somehow manages to put both JUnit 5.7 *and* 5.8 onto the classpath and they load in the wrong order, you might see problems related to `ClassOrderer` not being found. Please make sure that *only* JUnit 5.8+ is loaded ### [`v5.5.2`](https://togithub.com/kotest/kotest/releases/tag/v5.5.2) Gradle test filter fixes, by [@myuwono](https://togithub.com/myuwono) [https://github.com/kotest/kotest/pull/3257](https://togithub.com/kotest/kotest/pull/3257) Tag inheritance configuration is now available on `AbstractProjectConfig` ### [`v5.5.1`](https://togithub.com/kotest/kotest/releases/tag/v5.5.1): 5.5.1 Fixed an issue where tests where being skipped when filtered out by the full spec name ### [`v5.5.0`](https://togithub.com/kotest/kotest/compare/v5.4.2...v5.5.0)Configuration
📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), 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 these updates again.
This PR has been generated by Mend Renovate. View repository job log here.