Skip to content

Commit 2c2aeaf

Browse files
Update kotest to v6.2.3 (#494)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | io.kotest | `6.2.2` → `6.2.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:io.kotest.gradle.plugin/6.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:io.kotest.gradle.plugin/6.2.2/6.2.3?slim=true) | | [io.kotest:kotest-bom](https://redirect.github.com/kotest/kotest) | `6.2.2` → `6.2.3` | ![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/6.2.3?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/6.2.2/6.2.3?slim=true) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`v6.2.3`](https://redirect.github.com/kotest/kotest/releases/tag/v6.2.3) [Compare Source](https://redirect.github.com/kotest/kotest/compare/6.2.2...6.2.3) #### What's Changed - Document Kotest Gradle plugin usage by [@&#8203;cfcromn](https://redirect.github.com/cfcromn) in [#&#8203;6166](https://redirect.github.com/kotest/kotest/pull/6166) - add Double.atMost by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;6175](https://redirect.github.com/kotest/kotest/pull/6175) - add offsetDateTime.shouldHaveSameInstantAsZonedDateTime(other: ZonedDateTime) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;6173](https://redirect.github.com/kotest/kotest/pull/6173) - match fields of data classes that are data objects by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;6177](https://redirect.github.com/kotest/kotest/pull/6177) - complete custom styles DSL by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;6179](https://redirect.github.com/kotest/kotest/pull/6179) #### New Contributors - [@&#8203;cfcromn](https://redirect.github.com/cfcromn) made their first contribution in [#&#8203;6166](https://redirect.github.com/kotest/kotest/pull/6166) **Full Changelog**: <kotest/kotest@6.2.2...v6.2.3> </details> --- ### Configuration 📅 **Schedule**: (UTC) - Branch creation - "every 1 week on saturday" - Automerge - At any time (no schedule defined) 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about these updates again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yODAuMCIsInVwZGF0ZWRJblZlciI6IjQzLjI4MC4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9e771f0 commit 2c2aeaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
kotlin = "2.4.10"
3-
kotest = "6.2.2"
3+
kotest = "6.2.3"
44
ksp = "2.3.10"
55
kaml = "0.104.0"
66
snakeyaml-engine-kmp = "4.0.1"

0 commit comments

Comments
 (0)