Skip to content

Commit 232582d

Browse files
Bump kotest from 6.0.3 to 6.0.4 (#324)
Bumps `kotest` from 6.0.3 to 6.0.4. Updates `io.kotest:kotest-assertions-core` from 6.0.3 to 6.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kotest/kotest/releases">io.kotest:kotest-assertions-core's releases</a>.</em></p> <blockquote> <h2>v6.0.4</h2> <h2>What's Changed</h2> <ul> <li>Restore io.kotest.assertions.fail by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5083">kotest/kotest#5083</a></li> <li>feat: add Arb for kotlin.time.Instant by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5085">kotest/kotest#5085</a></li> <li>Positive Boolean matchers return non-null by contract by <a href="https://github.com/JordanLongstaff"><code>@​JordanLongstaff</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5088">kotest/kotest#5088</a></li> <li>Update spring.md by <a href="https://github.com/noojung"><code>@​noojung</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5099">kotest/kotest#5099</a></li> <li>Update extension modules list in release notes by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5102">kotest/kotest#5102</a></li> <li>Accommodate a recent breaking change of annotation name from EnabledCondition to Condition by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5111">kotest/kotest#5111</a></li> <li>Record kotest-assertions-api changes in release_6.0.md by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5115">kotest/kotest#5115</a></li> <li>add days when daylight saving time is on/off to edge cases of Arb.datesBetween by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5092">kotest/kotest#5092</a></li> <li>Add missing Extension marker to core extension and listeners. by <a href="https://github.com/Jadarma"><code>@​Jadarma</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5097">kotest/kotest#5097</a></li> <li>Increment the assertion counter in Arrow assertions that do not call core assertions by <a href="https://github.com/jenssuhr"><code>@​jenssuhr</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5090">kotest/kotest#5090</a></li> <li>Fix kotest plugin in project with Kotlin 2.2.20 by <a href="https://github.com/walterbrebels"><code>@​walterbrebels</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5106">kotest/kotest#5106</a></li> <li><code>PackageConfig</code> checked bug by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5131">kotest/kotest#5131</a></li> <li>Alex/fail softly (<a href="https://redirect.github.com/kotest/kotest/issues/5128">#5128</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5129">kotest/kotest#5129</a></li> <li>Restrict <a href="https://github.com/ApplyExtension"><code>@​ApplyExtension</code></a> to the target class by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5133">kotest/kotest#5133</a></li> <li>Enable to call <code>afterSpec</code> hooks on <code>InstancePerLeaf</code> correctly by <a href="https://github.com/T45K"><code>@​T45K</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5114">kotest/kotest#5114</a></li> <li>Add timeout handling to <code>eventually</code> by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5134">kotest/kotest#5134</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/noojung"><code>@​noojung</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5099">kotest/kotest#5099</a></li> <li><a href="https://github.com/jenssuhr"><code>@​jenssuhr</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5090">kotest/kotest#5090</a></li> <li><a href="https://github.com/walterbrebels"><code>@​walterbrebels</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5106">kotest/kotest#5106</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.0.3...v6.0.4">https://github.com/kotest/kotest/compare/v6.0.3...v6.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/7b2ed08529f9125ac7dbb2fa8820c9c01fb34783"><code>7b2ed08</code></a> Add tests to validate tag useage</li> <li><a href="https://github.com/kotest/kotest/commit/f69f07c5690a40ab6883a8f1d5850f5d52a7fa58"><code>f69f07c</code></a> Add timeout handling to <code>eventually</code> (<a href="https://redirect.github.com/kotest/kotest/issues/5134">#5134</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/c199226179a095db3540938de7c688a40b5a8352"><code>c199226</code></a> Enable to call <code>afterSpec</code> hooks on <code>InstancePerLeaf</code> correctly (<a href="https://redirect.github.com/kotest/kotest/issues/5114">#5114</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/a903c8ff8c240af9dd9767076e43fbd60b0c0d28"><code>a903c8f</code></a> Restrict <a href="https://github.com/ApplyExtension"><code>@​ApplyExtension</code></a> to the target class (<a href="https://redirect.github.com/kotest/kotest/issues/5133">#5133</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7c28f438a36328abe7c593bf2070dfda094ea0d8"><code>7c28f43</code></a> Add tests for nested classes and anonymous types in equality matchers; handle...</li> <li><a href="https://github.com/kotest/kotest/commit/c1c73bba1640145b81d9b7348ffd4be6a7a9d886"><code>c1c73bb</code></a> Correct spelling of <code>DISABLE_NAN_NEQUALITY</code> constant and add deprecated alias...</li> <li><a href="https://github.com/kotest/kotest/commit/01ae08d3768171c0f44a2b941c50890dacf8ac9a"><code>01ae08d</code></a> Alex/fail softly (<a href="https://redirect.github.com/kotest/kotest/issues/5128">#5128</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5129">#5129</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/d80b9559d8f65fd9e20eb1d9aa8c4b4606f28de4"><code>d80b955</code></a> <code>PackageConfig</code> checked bug (<a href="https://redirect.github.com/kotest/kotest/issues/5131">#5131</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/77f15153f50666af86baebe8a8ecabd460d353e7"><code>77f1515</code></a> Refactor <code>TestEngineLauncher</code> usage in system property timeout tests to use `...</li> <li><a href="https://github.com/kotest/kotest/commit/bcc1cd0e8ac70370f74a273093f31268468edc3f"><code>bcc1cd0</code></a> Fix kotest plugin in project with Kotlin 2.2.20 (<a href="https://redirect.github.com/kotest/kotest/issues/5106">#5106</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.0.3...6.0.4">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-json` from 6.0.3 to 6.0.4 <details> <summary>Release notes</summary> <p><em>Sourced from <a href="https://github.com/kotest/kotest/releases">io.kotest:kotest-assertions-json's releases</a>.</em></p> <blockquote> <h2>v6.0.4</h2> <h2>What's Changed</h2> <ul> <li>Restore io.kotest.assertions.fail by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5083">kotest/kotest#5083</a></li> <li>feat: add Arb for kotlin.time.Instant by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5085">kotest/kotest#5085</a></li> <li>Positive Boolean matchers return non-null by contract by <a href="https://github.com/JordanLongstaff"><code>@​JordanLongstaff</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5088">kotest/kotest#5088</a></li> <li>Update spring.md by <a href="https://github.com/noojung"><code>@​noojung</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5099">kotest/kotest#5099</a></li> <li>Update extension modules list in release notes by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5102">kotest/kotest#5102</a></li> <li>Accommodate a recent breaking change of annotation name from EnabledCondition to Condition by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5111">kotest/kotest#5111</a></li> <li>Record kotest-assertions-api changes in release_6.0.md by <a href="https://github.com/TWiStErRob"><code>@​TWiStErRob</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5115">kotest/kotest#5115</a></li> <li>add days when daylight saving time is on/off to edge cases of Arb.datesBetween by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5092">kotest/kotest#5092</a></li> <li>Add missing Extension marker to core extension and listeners. by <a href="https://github.com/Jadarma"><code>@​Jadarma</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5097">kotest/kotest#5097</a></li> <li>Increment the assertion counter in Arrow assertions that do not call core assertions by <a href="https://github.com/jenssuhr"><code>@​jenssuhr</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5090">kotest/kotest#5090</a></li> <li>Fix kotest plugin in project with Kotlin 2.2.20 by <a href="https://github.com/walterbrebels"><code>@​walterbrebels</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5106">kotest/kotest#5106</a></li> <li><code>PackageConfig</code> checked bug by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5131">kotest/kotest#5131</a></li> <li>Alex/fail softly (<a href="https://redirect.github.com/kotest/kotest/issues/5128">#5128</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5129">kotest/kotest#5129</a></li> <li>Restrict <a href="https://github.com/ApplyExtension"><code>@​ApplyExtension</code></a> to the target class by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5133">kotest/kotest#5133</a></li> <li>Enable to call <code>afterSpec</code> hooks on <code>InstancePerLeaf</code> correctly by <a href="https://github.com/T45K"><code>@​T45K</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5114">kotest/kotest#5114</a></li> <li>Add timeout handling to <code>eventually</code> by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5134">kotest/kotest#5134</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/noojung"><code>@​noojung</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5099">kotest/kotest#5099</a></li> <li><a href="https://github.com/jenssuhr"><code>@​jenssuhr</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5090">kotest/kotest#5090</a></li> <li><a href="https://github.com/walterbrebels"><code>@​walterbrebels</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5106">kotest/kotest#5106</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.0.3...v6.0.4">https://github.com/kotest/kotest/compare/v6.0.3...v6.0.4</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/7b2ed08529f9125ac7dbb2fa8820c9c01fb34783"><code>7b2ed08</code></a> Add tests to validate tag useage</li> <li><a href="https://github.com/kotest/kotest/commit/f69f07c5690a40ab6883a8f1d5850f5d52a7fa58"><code>f69f07c</code></a> Add timeout handling to <code>eventually</code> (<a href="https://redirect.github.com/kotest/kotest/issues/5134">#5134</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/c199226179a095db3540938de7c688a40b5a8352"><code>c199226</code></a> Enable to call <code>afterSpec</code> hooks on <code>InstancePerLeaf</code> correctly (<a href="https://redirect.github.com/kotest/kotest/issues/5114">#5114</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/a903c8ff8c240af9dd9767076e43fbd60b0c0d28"><code>a903c8f</code></a> Restrict <a href="https://github.com/ApplyExtension"><code>@​ApplyExtension</code></a> to the target class (<a href="https://redirect.github.com/kotest/kotest/issues/5133">#5133</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7c28f438a36328abe7c593bf2070dfda094ea0d8"><code>7c28f43</code></a> Add tests for nested classes and anonymous types in equality matchers; handle...</li> <li><a href="https://github.com/kotest/kotest/commit/c1c73bba1640145b81d9b7348ffd4be6a7a9d886"><code>c1c73bb</code></a> Correct spelling of <code>DISABLE_NAN_NEQUALITY</code> constant and add deprecated alias...</li> <li><a href="https://github.com/kotest/kotest/commit/01ae08d3768171c0f44a2b941c50890dacf8ac9a"><code>01ae08d</code></a> Alex/fail softly (<a href="https://redirect.github.com/kotest/kotest/issues/5128">#5128</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5129">#5129</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/d80b9559d8f65fd9e20eb1d9aa8c4b4606f28de4"><code>d80b955</code></a> <code>PackageConfig</code> checked bug (<a href="https://redirect.github.com/kotest/kotest/issues/5131">#5131</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/77f15153f50666af86baebe8a8ecabd460d353e7"><code>77f1515</code></a> Refactor <code>TestEngineLauncher</code> usage in system property timeout tests to use `...</li> <li><a href="https://github.com/kotest/kotest/commit/bcc1cd0e8ac70370f74a273093f31268468edc3f"><code>bcc1cd0</code></a> Fix kotest plugin in project with Kotlin 2.2.20 (<a href="https://redirect.github.com/kotest/kotest/issues/5106">#5106</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.0.3...6.0.4">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 468877d commit 232582d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ kotlinx-io = "0.8.0"
1717
ktor = "3.3.0"
1818
logging = "7.0.13"
1919
slf4j = "2.0.17"
20-
kotest = "6.0.3"
20+
kotest = "6.0.4"
2121
awaitility = "4.3.0"
2222
mokksy = "0.6.1"
2323

0 commit comments

Comments
 (0)