Skip to content

Commit bca8b98

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v6.0.4 (#409)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.kotest:kotest-bom](https://redirect.github.com/kotest/kotest) | `6.0.3` -> `6.0.4` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/6.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/6.0.3/6.0.4?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`v6.0.4`](https://redirect.github.com/kotest/kotest/releases/tag/v6.0.4) [Compare Source](https://redirect.github.com/kotest/kotest/compare/6.0.3...6.0.4) ##### What's Changed - Restore io.kotest.assertions.fail by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5083](https://redirect.github.com/kotest/kotest/pull/5083) - feat: add Arb for kotlin.time.Instant by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;5085](https://redirect.github.com/kotest/kotest/pull/5085) - Positive Boolean matchers return non-null by contract by [@&#8203;JordanLongstaff](https://redirect.github.com/JordanLongstaff) in [#&#8203;5088](https://redirect.github.com/kotest/kotest/pull/5088) - Update spring.md by [@&#8203;noojung](https://redirect.github.com/noojung) in [#&#8203;5099](https://redirect.github.com/kotest/kotest/pull/5099) - Update extension modules list in release notes by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5102](https://redirect.github.com/kotest/kotest/pull/5102) - Accommodate a recent breaking change of annotation name from EnabledCondition to Condition by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5111](https://redirect.github.com/kotest/kotest/pull/5111) - Record kotest-assertions-api changes in release\_6.0.md by [@&#8203;TWiStErRob](https://redirect.github.com/TWiStErRob) in [#&#8203;5115](https://redirect.github.com/kotest/kotest/pull/5115) - add days when daylight saving time is on/off to edge cases of Arb.datesBetween by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5092](https://redirect.github.com/kotest/kotest/pull/5092) - Add missing Extension marker to core extension and listeners. by [@&#8203;Jadarma](https://redirect.github.com/Jadarma) in [#&#8203;5097](https://redirect.github.com/kotest/kotest/pull/5097) - Increment the assertion counter in Arrow assertions that do not call core assertions by [@&#8203;jenssuhr](https://redirect.github.com/jenssuhr) in [#&#8203;5090](https://redirect.github.com/kotest/kotest/pull/5090) - Fix kotest plugin in project with Kotlin 2.2.20 by [@&#8203;walterbrebels](https://redirect.github.com/walterbrebels) in [#&#8203;5106](https://redirect.github.com/kotest/kotest/pull/5106) - `PackageConfig` checked bug by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5131](https://redirect.github.com/kotest/kotest/pull/5131) - Alex/fail softly ([#&#8203;5128](https://redirect.github.com/kotest/kotest/issues/5128)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5129](https://redirect.github.com/kotest/kotest/pull/5129) - Restrict [@&#8203;ApplyExtension](https://redirect.github.com/ApplyExtension) to the target class by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5133](https://redirect.github.com/kotest/kotest/pull/5133) - Enable to call `afterSpec` hooks on `InstancePerLeaf` correctly by [@&#8203;T45K](https://redirect.github.com/T45K) in [#&#8203;5114](https://redirect.github.com/kotest/kotest/pull/5114) - Add timeout handling to `eventually` by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5134](https://redirect.github.com/kotest/kotest/pull/5134) ##### New Contributors - [@&#8203;noojung](https://redirect.github.com/noojung) made their first contribution in [#&#8203;5099](https://redirect.github.com/kotest/kotest/pull/5099) - [@&#8203;jenssuhr](https://redirect.github.com/jenssuhr) made their first contribution in [#&#8203;5090](https://redirect.github.com/kotest/kotest/pull/5090) - [@&#8203;walterbrebels](https://redirect.github.com/walterbrebels) made their first contribution in [#&#8203;5106](https://redirect.github.com/kotest/kotest/pull/5106) **Full Changelog**: <kotest/kotest@v6.0.3...v6.0.4> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), 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 this update 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:eyJjcmVhdGVkSW5WZXIiOiI0MS4xNDMuMSIsInVwZGF0ZWRJblZlciI6IjQxLjE0My4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 74ca26b commit bca8b98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ kotlin {
139139
jvmTest {
140140
dependencies {
141141
runtimeOnly("org.junit.platform:junit-platform-launcher")
142-
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.3"))
142+
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.4"))
143143
runtimeOnly("io.kotest:kotest-runner-junit5")
144144
implementation("io.kotest:kotest-framework-engine")
145145
implementation("io.kotest:kotest-assertions-core")
@@ -152,7 +152,7 @@ kotlin {
152152

153153
jsTest {
154154
dependencies {
155-
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.3"))
155+
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.4"))
156156
implementation("io.kotest:kotest-framework-engine")
157157
implementation("io.kotest:kotest-assertions-core")
158158

0 commit comments

Comments
 (0)