Skip to content

Commit c0f1a05

Browse files
chore(deps): Bump kotest from 6.1.4 to 6.1.5 in /examples/gradle-google-ksp (#229)
Bumps `kotest` from 6.1.4 to 6.1.5. Updates `io.kotest:kotest-assertions-core` from 6.1.4 to 6.1.5 <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.1.5</h2> <h2>What's Changed</h2> <ul> <li>Add withError builder to MatcherResultBuilder to rethrow a supplied Throwable by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5713">kotest/kotest#5713</a></li> <li>Update dependency io.kotest:io.kotest.gradle.plugin to v6.1.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5730">kotest/kotest#5730</a></li> <li>Update dependency io.qameta.allure to v3.0.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5731">kotest/kotest#5731</a></li> <li>Fix misleading docs on shrinking with custom generators (<a href="https://redirect.github.com/kotest/kotest/issues/5084">#5084</a>) by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5724">kotest/kotest#5724</a></li> <li>Fix hard dependency on Android plugin by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5734">kotest/kotest#5734</a></li> <li>Update <code>kotlin-compile-testing</code> to version 0.12.1 to support Kotlin 2.3 by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5736">kotest/kotest#5736</a></li> <li>add new modules to kotest examples pipeline by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5739">kotest/kotest#5739</a></li> <li>Avoid afterEvaluate in KotestPlugin by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5735">kotest/kotest#5735</a></li> <li>move powerSetIndexes to common (<a href="https://redirect.github.com/kotest/kotest/issues/5740">#5740</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5741">kotest/kotest#5741</a></li> <li>Allow running daily tests with latest kotest version for project kotest-maven too by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5742">kotest/kotest#5742</a></li> <li>re-enable location hints for TeamCity by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5743">kotest/kotest#5743</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5">https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/6de74824a7a85078bd730b3163f060bc540ab8bc"><code>6de7482</code></a> re-enable location hints for TeamCity (<a href="https://redirect.github.com/kotest/kotest/issues/5743">#5743</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/119d6dbb0a341a3532b80c670580d94b431443bd"><code>119d6db</code></a> Allow running daily tests with latest kotest version for project kotest-maven...</li> <li><a href="https://github.com/kotest/kotest/commit/a2b6e93c73149f120eeac2693cb4cb2998367f18"><code>a2b6e93</code></a> move powerSetIndexes to common (<a href="https://redirect.github.com/kotest/kotest/issues/5740">#5740</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5741">#5741</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/1f08f25445487ce29d9ab4aea3c7a869d369a2a7"><code>1f08f25</code></a> Avoid afterEvaluate in KotestPlugin (<a href="https://redirect.github.com/kotest/kotest/issues/5735">#5735</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/dfd36299918c90a56a2f68227dc66be0ca077027"><code>dfd3629</code></a> add new modules to kotest examples pipeline (<a href="https://redirect.github.com/kotest/kotest/issues/5739">#5739</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7a0053cea365e4f3e8c37c02c832ac8c4310804c"><code>7a0053c</code></a> Update <code>kotlin-compile-testing</code> to version 0.12.1 to support Kotlin 2.3 (<a href="https://redirect.github.com/kotest/kotest/issues/5736">#5736</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/80f105fb956884a234ccee29bf04f5670d7042a1"><code>80f105f</code></a> Set <code>continue-on-error</code> to false in master-eap workflow</li> <li><a href="https://github.com/kotest/kotest/commit/78808e7e35a30e2f80bb5583081bc51cdf61aa50"><code>78808e7</code></a> Fix hard dependency on Android plugin (<a href="https://redirect.github.com/kotest/kotest/issues/5734">#5734</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7df04c81ef5d770a9ade0aca5cb23e604decd73f"><code>7df04c8</code></a> Fix misleading docs on shrinking with custom generators (<a href="https://redirect.github.com/kotest/kotest/issues/5084">#5084</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5724">#5724</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/36386ac109ff9a91d3fc3c9591a3da269ab59e76"><code>36386ac</code></a> Update dependency io.kotest:io.kotest.gradle.plugin to v6.1.4 (<a href="https://redirect.github.com/kotest/kotest/issues/5730">#5730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.1.4...6.1.5">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-json` from 6.1.4 to 6.1.5 <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.1.5</h2> <h2>What's Changed</h2> <ul> <li>Add withError builder to MatcherResultBuilder to rethrow a supplied Throwable by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5713">kotest/kotest#5713</a></li> <li>Update dependency io.kotest:io.kotest.gradle.plugin to v6.1.4 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5730">kotest/kotest#5730</a></li> <li>Update dependency io.qameta.allure to v3.0.2 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5731">kotest/kotest#5731</a></li> <li>Fix misleading docs on shrinking with custom generators (<a href="https://redirect.github.com/kotest/kotest/issues/5084">#5084</a>) by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5724">kotest/kotest#5724</a></li> <li>Fix hard dependency on Android plugin by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5734">kotest/kotest#5734</a></li> <li>Update <code>kotlin-compile-testing</code> to version 0.12.1 to support Kotlin 2.3 by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5736">kotest/kotest#5736</a></li> <li>add new modules to kotest examples pipeline by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5739">kotest/kotest#5739</a></li> <li>Avoid afterEvaluate in KotestPlugin by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5735">kotest/kotest#5735</a></li> <li>move powerSetIndexes to common (<a href="https://redirect.github.com/kotest/kotest/issues/5740">#5740</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5741">kotest/kotest#5741</a></li> <li>Allow running daily tests with latest kotest version for project kotest-maven too by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5742">kotest/kotest#5742</a></li> <li>re-enable location hints for TeamCity by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5743">kotest/kotest#5743</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5">https://github.com/kotest/kotest/compare/v6.1.4...v6.1.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/6de74824a7a85078bd730b3163f060bc540ab8bc"><code>6de7482</code></a> re-enable location hints for TeamCity (<a href="https://redirect.github.com/kotest/kotest/issues/5743">#5743</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/119d6dbb0a341a3532b80c670580d94b431443bd"><code>119d6db</code></a> Allow running daily tests with latest kotest version for project kotest-maven...</li> <li><a href="https://github.com/kotest/kotest/commit/a2b6e93c73149f120eeac2693cb4cb2998367f18"><code>a2b6e93</code></a> move powerSetIndexes to common (<a href="https://redirect.github.com/kotest/kotest/issues/5740">#5740</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5741">#5741</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/1f08f25445487ce29d9ab4aea3c7a869d369a2a7"><code>1f08f25</code></a> Avoid afterEvaluate in KotestPlugin (<a href="https://redirect.github.com/kotest/kotest/issues/5735">#5735</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/dfd36299918c90a56a2f68227dc66be0ca077027"><code>dfd3629</code></a> add new modules to kotest examples pipeline (<a href="https://redirect.github.com/kotest/kotest/issues/5739">#5739</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7a0053cea365e4f3e8c37c02c832ac8c4310804c"><code>7a0053c</code></a> Update <code>kotlin-compile-testing</code> to version 0.12.1 to support Kotlin 2.3 (<a href="https://redirect.github.com/kotest/kotest/issues/5736">#5736</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/80f105fb956884a234ccee29bf04f5670d7042a1"><code>80f105f</code></a> Set <code>continue-on-error</code> to false in master-eap workflow</li> <li><a href="https://github.com/kotest/kotest/commit/78808e7e35a30e2f80bb5583081bc51cdf61aa50"><code>78808e7</code></a> Fix hard dependency on Android plugin (<a href="https://redirect.github.com/kotest/kotest/issues/5734">#5734</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/7df04c81ef5d770a9ade0aca5cb23e604decd73f"><code>7df04c8</code></a> Fix misleading docs on shrinking with custom generators (<a href="https://redirect.github.com/kotest/kotest/issues/5084">#5084</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5724">#5724</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/36386ac109ff9a91d3fc3c9591a3da269ab59e76"><code>36386ac</code></a> Update dependency io.kotest:io.kotest.gradle.plugin to v6.1.4 (<a href="https://redirect.github.com/kotest/kotest/issues/5730">#5730</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.1.4...6.1.5">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 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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 91113a7 commit c0f1a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/gradle-google-ksp/gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[versions]
22
koog = "0.6.4"
3-
kotest = "6.1.4"
3+
kotest = "6.1.5"
44
kotlin = "2.3.0"
55
kotlinxSerialization = "1.10.0"
66
ksp = "2.3.6"

0 commit comments

Comments
 (0)