Skip to content

Commit b5803e7

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v6.0.5 (#429)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.kotest:kotest-bom](https://redirect.github.com/kotest/kotest) | `6.0.4` -> `6.0.5` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/6.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/6.0.4/6.0.5?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`v6.0.5`](https://redirect.github.com/kotest/kotest/releases/tag/v6.0.5) [Compare Source](https://redirect.github.com/kotest/kotest/compare/6.0.4...6.0.5) #### What's Changed - Fix: `InstancePerLeaf` tests fail when a test leaf has siblings by [@&#8203;T45K](https://redirect.github.com/T45K) in [#&#8203;5139](https://redirect.github.com/kotest/kotest/pull/5139) - fix(arrow): collect clues on failures by [@&#8203;RafeArnold](https://redirect.github.com/RafeArnold) in [#&#8203;5140](https://redirect.github.com/kotest/kotest/pull/5140) - add max timeout bounds to continually and retry by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5145](https://redirect.github.com/kotest/kotest/pull/5145) - Move `spring.boot.starter.web` dependency from `jvmMain` to `jvmTest`. by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5146](https://redirect.github.com/kotest/kotest/pull/5146) - Remove uuid usage to fix JS on certain version of node by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5150](https://redirect.github.com/kotest/kotest/pull/5150) - Remove periods from test names only at TCSM stage by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5149](https://redirect.github.com/kotest/kotest/pull/5149) - Fix wasmJS support for browser tests by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5148](https://redirect.github.com/kotest/kotest/pull/5148) - Fix PR workflow for windows by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5151](https://redirect.github.com/kotest/kotest/pull/5151) - Expand behavior spec tags to given and when by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5152](https://redirect.github.com/kotest/kotest/pull/5152) - update to kotlin 2.2.20 by [@&#8203;nhajratw](https://redirect.github.com/nhajratw) in [#&#8203;5153](https://redirect.github.com/kotest/kotest/pull/5153) - update to gradle 9.1.0 by [@&#8203;nhajratw](https://redirect.github.com/nhajratw) in [#&#8203;5158](https://redirect.github.com/kotest/kotest/pull/5158) - docs: Update Maven links and badges in Extensions docs by [@&#8203;noojung](https://redirect.github.com/noojung) in [#&#8203;5173](https://redirect.github.com/kotest/kotest/pull/5173) - allow to verify if json schema prop is null (addresses [#&#8203;5172](https://redirect.github.com/kotest/kotest/issues/5172)) by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5175](https://redirect.github.com/kotest/kotest/pull/5175) - allow to verify if Boolean property in jsonSchema is true or false (addresses [#&#8203;5171](https://redirect.github.com/kotest/kotest/issues/5171)) by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5174](https://redirect.github.com/kotest/kotest/pull/5174) - fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;5179](https://redirect.github.com/kotest/kotest/pull/5179) - fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by [@&#8203;renovate](https://redirect.github.com/renovate)\[bot] in [#&#8203;5180](https://redirect.github.com/kotest/kotest/pull/5180) - fix-data-class-eq by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5178](https://redirect.github.com/kotest/kotest/pull/5178) - Alex/reproduce race conditions ([#&#8203;5162](https://redirect.github.com/kotest/kotest/issues/5162)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5163](https://redirect.github.com/kotest/kotest/pull/5163) - `shouldBeEqualToUsingFields` with different types by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5124](https://redirect.github.com/kotest/kotest/pull/5124) - Fix pr builds by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;5187](https://redirect.github.com/kotest/kotest/pull/5187) - add `shouldBeEqualToDifferentTypeIgnoringFields` by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5194](https://redirect.github.com/kotest/kotest/pull/5194) - Use deprecated overloads to highlight non-determinstic arbitrary usage by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;5186](https://redirect.github.com/kotest/kotest/pull/5186) - chore: fix master builds by [@&#8203;tKe](https://redirect.github.com/tKe) in [#&#8203;5198](https://redirect.github.com/kotest/kotest/pull/5198) - make shouldCompile/shouldNotCompile support multiple files by [@&#8203;mirror-kt](https://redirect.github.com/mirror-kt) in [#&#8203;5182](https://redirect.github.com/kotest/kotest/pull/5182) - Make `SpringExtension` open and introduce variants by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5195](https://redirect.github.com/kotest/kotest/pull/5195) - Support duplicated spec names in separate packages for KSP by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5197](https://redirect.github.com/kotest/kotest/pull/5197) - Skip modules in PR on !linux when JVM only by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5199](https://redirect.github.com/kotest/kotest/pull/5199) - use atLeast and atMost for Double ([#&#8203;5191](https://redirect.github.com/kotest/kotest/issues/5191)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5192](https://redirect.github.com/kotest/kotest/pull/5192) - Fix StackOverflowError on cyclic maps/collections (fixes [#&#8203;5105](https://redirect.github.com/kotest/kotest/issues/5105)) by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5154](https://redirect.github.com/kotest/kotest/pull/5154) #### New Contributors - [@&#8203;RafeArnold](https://redirect.github.com/RafeArnold) made their first contribution in [#&#8203;5140](https://redirect.github.com/kotest/kotest/pull/5140) - [@&#8203;mirror-kt](https://redirect.github.com/mirror-kt) made their first contribution in [#&#8203;5182](https://redirect.github.com/kotest/kotest/pull/5182) **Full Changelog**: <kotest/kotest@6.0.4...v6.0.5> </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:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xNi4xIiwidXBkYXRlZEluVmVyIjoiNDIuMTYuMSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 50c31d5 commit b5803e7

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.4"))
142+
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.5"))
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.4"))
155+
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.5"))
156156
implementation("io.kotest:kotest-framework-engine")
157157
implementation("io.kotest:kotest-assertions-core")
158158

0 commit comments

Comments
 (0)