kotest / kotest-extensions-arrow

Kotest extensions for Arrow
Apache License 2.0
39 stars 13 forks source link

Update kotest to v5.5.3 #219

Closed renovate[bot] closed 1 year ago

renovate[bot] commented 1 year ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.kotest:kotest-property 5.5.1 -> 5.5.3 age adoption passing confidence
io.kotest:kotest-framework-api 5.5.1 -> 5.5.3 age adoption passing confidence
io.kotest:kotest-framework-engine 5.5.1 -> 5.5.3 age adoption passing confidence
io.kotest:kotest-assertions-core 5.5.1 -> 5.5.3 age adoption passing confidence
io.kotest:kotest-runner-junit5 5.5.1 -> 5.5.3 age adoption passing confidence

Release Notes

kotest/kotest ### [`v5.5.3`](https://togithub.com/kotest/kotest/releases/tag/v5.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`

Configuration

📅 Schedule: Branch creation - "before 3am on Saturday" (UTC), 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 these updates again.



This PR has been generated by Mend Renovate. View repository job log here.