Skip to content

Commit 7ebd416

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v5.9.1 (#189)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [io.kotest:kotest-bom](https://togithub.com/kotest/kotest) | `5.9.0` -> `5.9.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/io.kotest:kotest-bom/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/io.kotest:kotest-bom/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/5.9.0/5.9.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`v5.9.1`](https://togithub.com/kotest/kotest/releases/tag/v5.9.1) ##### What's Changed ##### Assertions - shouldHaveElementAt-more-info by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3985](https://togithub.com/kotest/kotest/pull/3985) - shouldExist-more-info ([#&#8203;62](https://togithub.com/kotest/kotest/issues/62)) by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3984](https://togithub.com/kotest/kotest/pull/3984) - singleElement-more-info by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3983](https://togithub.com/kotest/kotest/pull/3983) - singleElement-with-predicate-more-info by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/3986](https://togithub.com/kotest/kotest/pull/3986) - Add Stacktrace Substring Matching to Throwable Matchers by [@&#8203;neBM](https://togithub.com/neBM) in [https://github.com/kotest/kotest/pull/3998](https://togithub.com/kotest/kotest/pull/3998) - Deprecating inspecting. by [@&#8203;Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/4009](https://togithub.com/kotest/kotest/pull/4009) - Partial key ([#&#8203;65](https://togithub.com/kotest/kotest/issues/65)) by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/4013](https://togithub.com/kotest/kotest/pull/4013) - fix retry ignore subclass of exception class by [@&#8203;kin4496](https://togithub.com/kin4496) in [https://github.com/kotest/kotest/pull/3955](https://togithub.com/kotest/kotest/pull/3955) - Add simplified overloads to shouldMatchEach extensions ([#&#8203;3911](https://togithub.com/kotest/kotest/issues/3911)) by [@&#8203;gianninia](https://togithub.com/gianninia) in [https://github.com/kotest/kotest/pull/3929](https://togithub.com/kotest/kotest/pull/3929) - Add an `infix` variant of `shouldNotBeNull` that accepts a block by [@&#8203;sschuberth](https://togithub.com/sschuberth) in [https://github.com/kotest/kotest/pull/4060](https://togithub.com/kotest/kotest/pull/4060) ##### Framework - Handling generic data classes when determining identifier stability by [@&#8203;Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/4007](https://togithub.com/kotest/kotest/pull/4007) - Refactor team city listener to extract the writing methods by [@&#8203;sksamuel](https://togithub.com/sksamuel) in [https://github.com/kotest/kotest/pull/4053](https://togithub.com/kotest/kotest/pull/4053) ##### Property-testing - Reverted generation of null values in `Arb.list<T?>` due to performance issues by [@&#8203;Kantis](https://togithub.com/Kantis) in [https://github.com/kotest/kotest/pull/4023](https://togithub.com/kotest/kotest/pull/4023) - Add an Arbitrary to generate whitespace. by [@&#8203;jedesroches](https://togithub.com/jedesroches) in [https://github.com/kotest/kotest/pull/4030](https://togithub.com/kotest/kotest/pull/4030) ##### Docs - Update blogs.md - matchers for temporal types with tolerance by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/4021](https://togithub.com/kotest/kotest/pull/4021) - fix broken matcher documentation for dates by [@&#8203;dzappold](https://togithub.com/dzappold) in [https://github.com/kotest/kotest/pull/4019](https://togithub.com/kotest/kotest/pull/4019) - Correct the explanation of lifecycle hooks in docs by [@&#8203;kohii](https://togithub.com/kohii) in [https://github.com/kotest/kotest/pull/4020](https://togithub.com/kotest/kotest/pull/4020) - Fix links for Testcontainers lifecycle section by [@&#8203;gavvvr](https://togithub.com/gavvvr) in [https://github.com/kotest/kotest/pull/4037](https://togithub.com/kotest/kotest/pull/4037) - Add link to write-up about ranges by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/4042](https://togithub.com/kotest/kotest/pull/4042) - Fix test name comparison in docs by [@&#8203;hoonloper](https://togithub.com/hoonloper) in [https://github.com/kotest/kotest/pull/4034](https://togithub.com/kotest/kotest/pull/4034) ##### Build / CI/CD / Dependency updates - Add wasmJs publishing to release job by [@&#8203;eygraber](https://togithub.com/eygraber) in [https://github.com/kotest/kotest/pull/4010](https://togithub.com/kotest/kotest/pull/4010) - chore(deps): update dependency gradle to v8.7 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/3958](https://togithub.com/kotest/kotest/pull/3958) - add-regression-test-for-performance-degradation by [@&#8203;AlexCue987](https://togithub.com/AlexCue987) in [https://github.com/kotest/kotest/pull/4027](https://togithub.com/kotest/kotest/pull/4027) - Publish androidNative targets by [@&#8203;eygraber](https://togithub.com/eygraber) in [https://github.com/kotest/kotest/pull/4031](https://togithub.com/kotest/kotest/pull/4031) - Publish watchosDeviceArm64 target by [@&#8203;eygraber](https://togithub.com/eygraber) in [https://github.com/kotest/kotest/pull/4032](https://togithub.com/kotest/kotest/pull/4032) - fix(deps): update dependency io.mockk:mockk to v1.13.11 by [@&#8203;renovate](https://togithub.com/renovate) in [https://github.com/kotest/kotest/pull/4050](https://togithub.com/kotest/kotest/pull/4050) - \[Chore] Upgrade to the Develocity plugin to remove build warnings by [@&#8203;pshevche](https://togithub.com/pshevche) in [https://github.com/kotest/kotest/pull/4045](https://togithub.com/kotest/kotest/pull/4045) ##### New Contributors - [@&#8203;eygraber](https://togithub.com/eygraber) made their first contribution in [https://github.com/kotest/kotest/pull/4010](https://togithub.com/kotest/kotest/pull/4010) - [@&#8203;dzappold](https://togithub.com/dzappold) made their first contribution in [https://github.com/kotest/kotest/pull/4019](https://togithub.com/kotest/kotest/pull/4019) - [@&#8203;kohii](https://togithub.com/kohii) made their first contribution in [https://github.com/kotest/kotest/pull/4020](https://togithub.com/kotest/kotest/pull/4020) - [@&#8203;jedesroches](https://togithub.com/jedesroches) made their first contribution in [https://github.com/kotest/kotest/pull/4030](https://togithub.com/kotest/kotest/pull/4030) - [@&#8203;gavvvr](https://togithub.com/gavvvr) made their first contribution in [https://github.com/kotest/kotest/pull/4037](https://togithub.com/kotest/kotest/pull/4037) - [@&#8203;pshevche](https://togithub.com/pshevche) made their first contribution in [https://github.com/kotest/kotest/pull/4045](https://togithub.com/kotest/kotest/pull/4045) - [@&#8203;hoonloper](https://togithub.com/hoonloper) made their first contribution in [https://github.com/kotest/kotest/pull/4034](https://togithub.com/kotest/kotest/pull/4034) - [@&#8203;neBM](https://togithub.com/neBM) made their first contribution in [https://github.com/kotest/kotest/pull/3998](https://togithub.com/kotest/kotest/pull/3998) **Full Changelog**: kotest/kotest@v5.9.0...v5.9.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, 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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTMuMCIsInVwZGF0ZWRJblZlciI6IjM3LjM5My4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bbde47c commit 7ebd416

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repositories {
1111
dependencies {
1212
implementation("com.charleskorn.kaml:kaml:0.59.0")
1313

14-
testImplementation(platform("io.kotest:kotest-bom:5.9.0"))
14+
testImplementation(platform("io.kotest:kotest-bom:5.9.1"))
1515
testImplementation("io.kotest:kotest-runner-junit5")
1616
testImplementation("io.kotest:kotest-assertions-core")
1717
}

0 commit comments

Comments
 (0)