Skip to content

Commit 7d91754

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v6.0.6 (#2149)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.kotest:kotest-bom](https://redirect.github.com/kotest/kotest) | `6.0.5` -> `6.0.6` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/6.0.5/6.0.6?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`v6.0.6`](https://redirect.github.com/kotest/kotest/releases/tag/v6.0.6) [Compare Source](https://redirect.github.com/kotest/kotest/compare/6.0.5...6.0.6) #### What's Changed - Clarify mock features in Kotest documentation by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5205](https://redirect.github.com/kotest/kotest/pull/5205) - Specific data test methods for various specs by [@&#8203;alfonsoristorato](https://redirect.github.com/alfonsoristorato) in [#&#8203;5144](https://redirect.github.com/kotest/kotest/pull/5144) - Another example for race conditions - mocking LocalDateTime.now() by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5209](https://redirect.github.com/kotest/kotest/pull/5209) - atMost-for-int ([#&#8203;5210](https://redirect.github.com/kotest/kotest/issues/5210)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5211](https://redirect.github.com/kotest/kotest/pull/5211) - atMost-for-long ([#&#8203;5212](https://redirect.github.com/kotest/kotest/issues/5212)) by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5213](https://redirect.github.com/kotest/kotest/pull/5213) - Update shouldBeOneOf assertion description by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5214](https://redirect.github.com/kotest/kotest/pull/5214) - Clarify shouldContainAll assertion description by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5215](https://redirect.github.com/kotest/kotest/pull/5215) - remove-code-duplication-in-GreaterThanOrEqual.kt by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5224](https://redirect.github.com/kotest/kotest/pull/5224) - Update to Gradle 9.2.1 & remove some potentially old workarounds by [@&#8203;nhajratw](https://redirect.github.com/nhajratw) in [#&#8203;5176](https://redirect.github.com/kotest/kotest/pull/5176) - more-info-for-oneOf by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5222](https://redirect.github.com/kotest/kotest/pull/5222) - Remove all uses of deprecated ComparableMatcherResult by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5231](https://redirect.github.com/kotest/kotest/pull/5231) - add-atLeast-atMost-for-BigDecimal by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5226](https://redirect.github.com/kotest/kotest/pull/5226) - Add project config option for concurrency order by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5232](https://redirect.github.com/kotest/kotest/pull/5232) - Reenable koin by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5233](https://redirect.github.com/kotest/kotest/pull/5233) - Remove usage of toFile in path matchers by [@&#8203;sksamuel](https://redirect.github.com/sksamuel) in [#&#8203;5229](https://redirect.github.com/kotest/kotest/pull/5229) - Avoid creating fresh root for the first test in `InstancePerLeaf` by [@&#8203;T45K](https://redirect.github.com/T45K) in [#&#8203;5201](https://redirect.github.com/kotest/kotest/pull/5201) - Alex/arbs support arrays of primitives by [@&#8203;AlexCue987](https://redirect.github.com/AlexCue987) in [#&#8203;5220](https://redirect.github.com/kotest/kotest/pull/5220) **Full Changelog**: <kotest/kotest@v6.0.5...v6.0.6> </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), 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-workflows-kt). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0Mi4xOS45IiwidXBkYXRlZEluVmVyIjoiNDIuMTkuOSIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5cc5664 commit 7d91754

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/buildsrc/convention/kotlin-jvm-server.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212
}
1313

1414
dependencies {
15-
testImplementation(platform("io.kotest:kotest-bom:6.0.5"))
15+
testImplementation(platform("io.kotest:kotest-bom:6.0.6"))
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
testImplementation("io.kotest:kotest-runner-junit5")
1818
}

buildSrc/src/main/kotlin/buildsrc/convention/kotlin-jvm.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ plugins {
1313
}
1414

1515
dependencies {
16-
testImplementation(platform("io.kotest:kotest-bom:6.0.5"))
16+
testImplementation(platform("io.kotest:kotest-bom:6.0.6"))
1717
testImplementation("io.kotest:kotest-assertions-core")
1818
testImplementation("io.kotest:kotest-assertions-table")
1919
testImplementation("io.kotest:kotest-runner-junit5")

test-utils/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
dependencies {
6-
implementation(platform("io.kotest:kotest-bom:6.0.5"))
6+
implementation(platform("io.kotest:kotest-bom:6.0.6"))
77
implementation("io.kotest:kotest-assertions-core")
88
implementation("io.kotest:kotest-common")
99
}

0 commit comments

Comments
 (0)