Skip to content

Commit b4967d8

Browse files
deps(deps): bump kotest from 6.0.4 to 6.0.5 (#1175)
Bumps `kotest` from 6.0.4 to 6.0.5. Updates `io.kotest:kotest-assertions-core` from 6.0.4 to 6.0.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.0.5</h2> <h2>What's Changed</h2> <ul> <li>Fix: <code>InstancePerLeaf</code> tests fail when a test leaf has siblings by <a href="https://github.com/T45K"><code>@​T45K</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5139">kotest/kotest#5139</a></li> <li>fix(arrow): collect clues on failures by <a href="https://github.com/RafeArnold"><code>@​RafeArnold</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li>add max timeout bounds to continually and retry by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5145">kotest/kotest#5145</a></li> <li>Move <code>spring.boot.starter.web</code> dependency from <code>jvmMain</code> to <code>jvmTest</code>. by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5146">kotest/kotest#5146</a></li> <li>Remove uuid usage to fix JS on certain version of node by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5150">kotest/kotest#5150</a></li> <li>Remove periods from test names only at TCSM stage by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5149">kotest/kotest#5149</a></li> <li>Fix wasmJS support for browser tests by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5148">kotest/kotest#5148</a></li> <li>Fix PR workflow for windows by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5151">kotest/kotest#5151</a></li> <li>Expand behavior spec tags to given and when by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5152">kotest/kotest#5152</a></li> <li>update to kotlin 2.2.20 by <a href="https://github.com/nhajratw"><code>@​nhajratw</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5153">kotest/kotest#5153</a></li> <li>update to gradle 9.1.0 by <a href="https://github.com/nhajratw"><code>@​nhajratw</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5158">kotest/kotest#5158</a></li> <li>docs: Update Maven links and badges in Extensions docs by <a href="https://github.com/noojung"><code>@​noojung</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5173">kotest/kotest#5173</a></li> <li>allow to verify if json schema prop is null (addresses <a href="https://redirect.github.com/kotest/kotest/issues/5172">#5172</a>) by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5175">kotest/kotest#5175</a></li> <li>allow to verify if Boolean property in jsonSchema is true or false (addresses <a href="https://redirect.github.com/kotest/kotest/issues/5171">#5171</a>) by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5174">kotest/kotest#5174</a></li> <li>fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5179">kotest/kotest#5179</a></li> <li>fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5180">kotest/kotest#5180</a></li> <li>fix-data-class-eq by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5178">kotest/kotest#5178</a></li> <li>Alex/reproduce race conditions (<a href="https://redirect.github.com/kotest/kotest/issues/5162">#5162</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5163">kotest/kotest#5163</a></li> <li><code>shouldBeEqualToUsingFields</code> with different types by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5124">kotest/kotest#5124</a></li> <li>Fix pr builds by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5187">kotest/kotest#5187</a></li> <li>add <code>shouldBeEqualToDifferentTypeIgnoringFields</code> by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5194">kotest/kotest#5194</a></li> <li>Use deprecated overloads to highlight non-determinstic arbitrary usage by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5186">kotest/kotest#5186</a></li> <li>chore: fix master builds by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5198">kotest/kotest#5198</a></li> <li>make shouldCompile/shouldNotCompile support multiple files by <a href="https://github.com/mirror-kt"><code>@​mirror-kt</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> <li>Make <code>SpringExtension</code> open and introduce variants by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5195">kotest/kotest#5195</a></li> <li>Support duplicated spec names in separate packages for KSP by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5197">kotest/kotest#5197</a></li> <li>Skip modules in PR on !linux when JVM only by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5199">kotest/kotest#5199</a></li> <li>use atLeast and atMost for Double (<a href="https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5192">kotest/kotest#5192</a></li> <li>Fix StackOverflowError on cyclic maps/collections (fixes <a href="https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5154">kotest/kotest#5154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RafeArnold"><code>@​RafeArnold</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li><a href="https://github.com/mirror-kt"><code>@​mirror-kt</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/6.0.4...v6.0.5">https://github.com/kotest/kotest/compare/6.0.4...v6.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/eb92f6ea1ec23cd33f5e48eb022d4cfc8aa4e18b"><code>eb92f6e</code></a> Make <code>mingwX64</code> configuration conditional based on OS detection in native con...</li> <li><a href="https://github.com/kotest/kotest/commit/613a1c9a2751a6a28046f7209a93f2cce4a8c036"><code>613a1c9</code></a> Remove <code>linux-only-tests-conventions</code> plugin from <code>kotest-property-arrow</code> bui...</li> <li><a href="https://github.com/kotest/kotest/commit/bf84accb1de1f60d3ddc4dfc8457a53c630588d8"><code>bf84acc</code></a> Reorder and update <code>kotest-runner</code> dependencies in build and settings files f...</li> <li><a href="https://github.com/kotest/kotest/commit/6ada4e9c6233c769117793fe688e498bdcecf435"><code>6ada4e9</code></a> Update <code>nmcpAggregation</code> calls to use fully qualified project paths in build ...</li> <li><a href="https://github.com/kotest/kotest/commit/a542469833e25bfddb095a32437d76268cc8c291"><code>a542469</code></a> Refactor build configuration to enable conditional dependency aggregation bas...</li> <li><a href="https://github.com/kotest/kotest/commit/35bb9821f6d2bfed83069e4478f4d83fffc8db48"><code>35bb982</code></a> Fix StackOverflowError on cyclic maps/collections (fixes <a href="https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5154">#5154</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/0b8331f65cea88e52dfe9857a64f157fdfae430d"><code>0b8331f</code></a> use atLeast and atMost for Double (<a href="https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5192">#5192</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/c6a6413ea5905805ac6870f9fb95ec92c18f8ff6"><code>c6a6413</code></a> Skip modules in PR on !linux when JVM only (<a href="https://redirect.github.com/kotest/kotest/issues/5199">#5199</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/797c60eab95c91bff0079baaca4429af806b6094"><code>797c60e</code></a> Support duplicated spec names in separate packages for KSP (<a href="https://redirect.github.com/kotest/kotest/issues/5197">#5197</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/9060b4c3f0f68399a01746012d0b0d726f1ead36"><code>9060b4c</code></a> Make <code>SpringExtension</code> open and introduce variants (<a href="https://redirect.github.com/kotest/kotest/issues/5195">#5195</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.0.4...6.0.5">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-json` from 6.0.4 to 6.0.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.0.5</h2> <h2>What's Changed</h2> <ul> <li>Fix: <code>InstancePerLeaf</code> tests fail when a test leaf has siblings by <a href="https://github.com/T45K"><code>@​T45K</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5139">kotest/kotest#5139</a></li> <li>fix(arrow): collect clues on failures by <a href="https://github.com/RafeArnold"><code>@​RafeArnold</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li>add max timeout bounds to continually and retry by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5145">kotest/kotest#5145</a></li> <li>Move <code>spring.boot.starter.web</code> dependency from <code>jvmMain</code> to <code>jvmTest</code>. by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5146">kotest/kotest#5146</a></li> <li>Remove uuid usage to fix JS on certain version of node by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5150">kotest/kotest#5150</a></li> <li>Remove periods from test names only at TCSM stage by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5149">kotest/kotest#5149</a></li> <li>Fix wasmJS support for browser tests by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5148">kotest/kotest#5148</a></li> <li>Fix PR workflow for windows by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5151">kotest/kotest#5151</a></li> <li>Expand behavior spec tags to given and when by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5152">kotest/kotest#5152</a></li> <li>update to kotlin 2.2.20 by <a href="https://github.com/nhajratw"><code>@​nhajratw</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5153">kotest/kotest#5153</a></li> <li>update to gradle 9.1.0 by <a href="https://github.com/nhajratw"><code>@​nhajratw</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5158">kotest/kotest#5158</a></li> <li>docs: Update Maven links and badges in Extensions docs by <a href="https://github.com/noojung"><code>@​noojung</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5173">kotest/kotest#5173</a></li> <li>allow to verify if json schema prop is null (addresses <a href="https://redirect.github.com/kotest/kotest/issues/5172">#5172</a>) by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5175">kotest/kotest#5175</a></li> <li>allow to verify if Boolean property in jsonSchema is true or false (addresses <a href="https://redirect.github.com/kotest/kotest/issues/5171">#5171</a>) by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5174">kotest/kotest#5174</a></li> <li>fix(deps): update dependency com.zaxxer:hikaricp to v6.3.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5179">kotest/kotest#5179</a></li> <li>fix(deps): update dependency dev.reformator.stacktracedecoroutinator:stacktrace-decoroutinator-jvm to v2.5.8 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5180">kotest/kotest#5180</a></li> <li>fix-data-class-eq by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5178">kotest/kotest#5178</a></li> <li>Alex/reproduce race conditions (<a href="https://redirect.github.com/kotest/kotest/issues/5162">#5162</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5163">kotest/kotest#5163</a></li> <li><code>shouldBeEqualToUsingFields</code> with different types by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5124">kotest/kotest#5124</a></li> <li>Fix pr builds by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5187">kotest/kotest#5187</a></li> <li>add <code>shouldBeEqualToDifferentTypeIgnoringFields</code> by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5194">kotest/kotest#5194</a></li> <li>Use deprecated overloads to highlight non-determinstic arbitrary usage by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5186">kotest/kotest#5186</a></li> <li>chore: fix master builds by <a href="https://github.com/tKe"><code>@​tKe</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5198">kotest/kotest#5198</a></li> <li>make shouldCompile/shouldNotCompile support multiple files by <a href="https://github.com/mirror-kt"><code>@​mirror-kt</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> <li>Make <code>SpringExtension</code> open and introduce variants by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5195">kotest/kotest#5195</a></li> <li>Support duplicated spec names in separate packages for KSP by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5197">kotest/kotest#5197</a></li> <li>Skip modules in PR on !linux when JVM only by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5199">kotest/kotest#5199</a></li> <li>use atLeast and atMost for Double (<a href="https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5192">kotest/kotest#5192</a></li> <li>Fix StackOverflowError on cyclic maps/collections (fixes <a href="https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5154">kotest/kotest#5154</a></li> </ul> <h2>New Contributors</h2> <ul> <li><a href="https://github.com/RafeArnold"><code>@​RafeArnold</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5140">kotest/kotest#5140</a></li> <li><a href="https://github.com/mirror-kt"><code>@​mirror-kt</code></a> made their first contribution in <a href="https://redirect.github.com/kotest/kotest/pull/5182">kotest/kotest#5182</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/6.0.4...v6.0.5">https://github.com/kotest/kotest/compare/6.0.4...v6.0.5</a></p> </blockquote> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/eb92f6ea1ec23cd33f5e48eb022d4cfc8aa4e18b"><code>eb92f6e</code></a> Make <code>mingwX64</code> configuration conditional based on OS detection in native con...</li> <li><a href="https://github.com/kotest/kotest/commit/613a1c9a2751a6a28046f7209a93f2cce4a8c036"><code>613a1c9</code></a> Remove <code>linux-only-tests-conventions</code> plugin from <code>kotest-property-arrow</code> bui...</li> <li><a href="https://github.com/kotest/kotest/commit/bf84accb1de1f60d3ddc4dfc8457a53c630588d8"><code>bf84acc</code></a> Reorder and update <code>kotest-runner</code> dependencies in build and settings files f...</li> <li><a href="https://github.com/kotest/kotest/commit/6ada4e9c6233c769117793fe688e498bdcecf435"><code>6ada4e9</code></a> Update <code>nmcpAggregation</code> calls to use fully qualified project paths in build ...</li> <li><a href="https://github.com/kotest/kotest/commit/a542469833e25bfddb095a32437d76268cc8c291"><code>a542469</code></a> Refactor build configuration to enable conditional dependency aggregation bas...</li> <li><a href="https://github.com/kotest/kotest/commit/35bb9821f6d2bfed83069e4478f4d83fffc8db48"><code>35bb982</code></a> Fix StackOverflowError on cyclic maps/collections (fixes <a href="https://redirect.github.com/kotest/kotest/issues/5105">#5105</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5154">#5154</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/0b8331f65cea88e52dfe9857a64f157fdfae430d"><code>0b8331f</code></a> use atLeast and atMost for Double (<a href="https://redirect.github.com/kotest/kotest/issues/5191">#5191</a>) (<a href="https://redirect.github.com/kotest/kotest/issues/5192">#5192</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/c6a6413ea5905805ac6870f9fb95ec92c18f8ff6"><code>c6a6413</code></a> Skip modules in PR on !linux when JVM only (<a href="https://redirect.github.com/kotest/kotest/issues/5199">#5199</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/797c60eab95c91bff0079baaca4429af806b6094"><code>797c60e</code></a> Support duplicated spec names in separate packages for KSP (<a href="https://redirect.github.com/kotest/kotest/issues/5197">#5197</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/9060b4c3f0f68399a01746012d0b0d726f1ead36"><code>9060b4c</code></a> Make <code>SpringExtension</code> open and introduce variants (<a href="https://redirect.github.com/kotest/kotest/issues/5195">#5195</a>)</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.0.4...6.0.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 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 c62ea91 commit b4967d8

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
@@ -12,7 +12,7 @@ jdkVersion = "17"
1212
jetsign = "45.47"
1313
junit = "5.8.2"
1414
knit = "0.5.0"
15-
kotest = "6.0.4"
15+
kotest = "6.0.5"
1616
kotlin = "2.2.10"
1717
kotlinx-coroutines = "1.10.2"
1818
kotlinx-datetime = "0.6.2"

0 commit comments

Comments
 (0)