Maxr1998 / ModernAndroidPreferences

Android Preferences defined through Kotlin DSL, shown in a RecyclerView
Apache License 2.0
120 stars 5 forks source link

Update kotest to v5.5.3 #91

Closed Maxr1998-bot closed 2 years ago

Maxr1998-bot commented 2 years ago

This PR contains the following updates:

Package Type Update Change
io.kotest:kotest-property-jvm dependencies patch 5.5.2 -> 5.5.3
io.kotest:kotest-assertions-core-jvm dependencies patch 5.5.2 -> 5.5.3
io.kotest:kotest-runner-junit5-jvm dependencies patch 5.5.2 -> 5.5.3

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

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 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 Renovate Bot.