Skip to content

Commit e9658c2

Browse files
Bump kotest from 6.0.4 to 6.0.7 (#439)
Bumps `kotest` from 6.0.4 to 6.0.7. Updates `io.kotest:kotest-assertions-core` from 6.0.4 to 6.0.7 <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.7</h2> <h2>What's Changed</h2> <ul> <li>Update dependency com.google.jimfs:jimfs to v1.3.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5235">kotest/kotest#5235</a></li> <li>Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5236">kotest/kotest#5236</a></li> <li>Update dependency io.projectreactor.tools:blockhound to v1.0.15.RELEASE by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5238">kotest/kotest#5238</a></li> <li>Update dependency io.mockk:mockk to v1.14.6 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5237">kotest/kotest#5237</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.0.6...v6.0.7">https://github.com/kotest/kotest/compare/v6.0.6...v6.0.7</a></p> <h2>v6.0.6</h2> <h2>What's Changed</h2> <ul> <li>Clarify mock features in Kotest documentation by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5205">kotest/kotest#5205</a></li> <li>Specific data test methods for various specs by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5144">kotest/kotest#5144</a></li> <li>Another example for race conditions - mocking LocalDateTime.now() by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5209">kotest/kotest#5209</a></li> <li>atMost-for-int (<a href="https://redirect.github.com/kotest/kotest/issues/5210">#5210</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5211">kotest/kotest#5211</a></li> <li>atMost-for-long (<a href="https://redirect.github.com/kotest/kotest/issues/5212">#5212</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5213">kotest/kotest#5213</a></li> <li>Update shouldBeOneOf assertion description by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5214">kotest/kotest#5214</a></li> <li>Clarify shouldContainAll assertion description by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5215">kotest/kotest#5215</a></li> <li>remove-code-duplication-in-GreaterThanOrEqual.kt by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5224">kotest/kotest#5224</a></li> <li>Update to Gradle 9.2.1 &amp; remove some potentially old workarounds by <a href="https://github.com/nhajratw"><code>@​nhajratw</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5176">kotest/kotest#5176</a></li> <li>more-info-for-oneOf by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5222">kotest/kotest#5222</a></li> <li>Remove all uses of deprecated ComparableMatcherResult by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5231">kotest/kotest#5231</a></li> <li>add-atLeast-atMost-for-BigDecimal by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5226">kotest/kotest#5226</a></li> <li>Add project config option for concurrency order by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5232">kotest/kotest#5232</a></li> <li>Reenable koin by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5233">kotest/kotest#5233</a></li> <li>Remove usage of toFile in path matchers by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5229">kotest/kotest#5229</a></li> <li>Avoid creating fresh root for the first test in <code>InstancePerLeaf</code> by <a href="https://github.com/T45K"><code>@​T45K</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5201">kotest/kotest#5201</a></li> <li>Alex/arbs support arrays of primitives by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5220">kotest/kotest#5220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.0.5...v6.0.6">https://github.com/kotest/kotest/compare/v6.0.5...v6.0.6</a></p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/3923053c92e2bd1f4af0a1dbbaacc0c4f1fabdf7"><code>3923053</code></a> Update dependency io.mockk:mockk to v1.14.6 (<a href="https://redirect.github.com/kotest/kotest/issues/5237">#5237</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/014c93bd2fad4454477ef91005282f27fde93da1"><code>014c93b</code></a> Update dependency io.projectreactor.tools:blockhound to v1.0.15.RELEASE (<a href="https://redirect.github.com/kotest/kotest/issues/5238">#5238</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/a656dfa5189e59b55c0cbb39ed1d52273ced041a"><code>a656dfa</code></a> Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.3 (<a href="https://redirect.github.com/kotest/kotest/issues/5236">#5236</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/521bd2407f7a6df2510f5fb8f46818231bf7c55f"><code>521bd24</code></a> Update dependency com.google.jimfs:jimfs to v1.3.1 (<a href="https://redirect.github.com/kotest/kotest/issues/5235">#5235</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/07905bfc4921959bc6da31cb708f2bef905d127a"><code>07905bf</code></a> Update default FQN config test to fix flakey test</li> <li><a href="https://github.com/kotest/kotest/commit/d25eef2d3941da97f098dab091935fa240142ac7"><code>d25eef2</code></a> Revert &quot;Removing deprecated EqualityMatcherResult&quot;</li> <li><a href="https://github.com/kotest/kotest/commit/b430cf3ba3374c06061db0297e39625f9fe40607"><code>b430cf3</code></a> Removing deprecated EqualityMatcherResult</li> <li><a href="https://github.com/kotest/kotest/commit/15fde9d7bb8ee427eb4aee7c2ad90d5e05284dc6"><code>15fde9d</code></a> Revert &quot;Removing ComparisonMatcherResult&quot;</li> <li><a href="https://github.com/kotest/kotest/commit/e3767727b571be713954ee28f57bd7dca3cfea4f"><code>e376772</code></a> Make <code>mingwX64</code> always included in native conventions instead of OS-based con...</li> <li><a href="https://github.com/kotest/kotest/commit/2b666d8d44f9861a40250a44149a3375ef746ffc"><code>2b666d8</code></a> Removing ComparisonMatcherResult</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.0.4...6.0.7">compare view</a></li> </ul> </details> <br /> Updates `io.kotest:kotest-assertions-json` from 6.0.4 to 6.0.7 <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.7</h2> <h2>What's Changed</h2> <ul> <li>Update dependency com.google.jimfs:jimfs to v1.3.1 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5235">kotest/kotest#5235</a></li> <li>Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.3 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5236">kotest/kotest#5236</a></li> <li>Update dependency io.projectreactor.tools:blockhound to v1.0.15.RELEASE by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5238">kotest/kotest#5238</a></li> <li>Update dependency io.mockk:mockk to v1.14.6 by <a href="https://github.com/renovate"><code>@​renovate</code></a>[bot] in <a href="https://redirect.github.com/kotest/kotest/pull/5237">kotest/kotest#5237</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.0.6...v6.0.7">https://github.com/kotest/kotest/compare/v6.0.6...v6.0.7</a></p> <h2>v6.0.6</h2> <h2>What's Changed</h2> <ul> <li>Clarify mock features in Kotest documentation by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5205">kotest/kotest#5205</a></li> <li>Specific data test methods for various specs by <a href="https://github.com/alfonsoristorato"><code>@​alfonsoristorato</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5144">kotest/kotest#5144</a></li> <li>Another example for race conditions - mocking LocalDateTime.now() by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5209">kotest/kotest#5209</a></li> <li>atMost-for-int (<a href="https://redirect.github.com/kotest/kotest/issues/5210">#5210</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5211">kotest/kotest#5211</a></li> <li>atMost-for-long (<a href="https://redirect.github.com/kotest/kotest/issues/5212">#5212</a>) by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5213">kotest/kotest#5213</a></li> <li>Update shouldBeOneOf assertion description by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5214">kotest/kotest#5214</a></li> <li>Clarify shouldContainAll assertion description by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5215">kotest/kotest#5215</a></li> <li>remove-code-duplication-in-GreaterThanOrEqual.kt by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5224">kotest/kotest#5224</a></li> <li>Update to Gradle 9.2.1 &amp; remove some potentially old workarounds by <a href="https://github.com/nhajratw"><code>@​nhajratw</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5176">kotest/kotest#5176</a></li> <li>more-info-for-oneOf by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5222">kotest/kotest#5222</a></li> <li>Remove all uses of deprecated ComparableMatcherResult by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5231">kotest/kotest#5231</a></li> <li>add-atLeast-atMost-for-BigDecimal by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5226">kotest/kotest#5226</a></li> <li>Add project config option for concurrency order by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5232">kotest/kotest#5232</a></li> <li>Reenable koin by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5233">kotest/kotest#5233</a></li> <li>Remove usage of toFile in path matchers by <a href="https://github.com/sksamuel"><code>@​sksamuel</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5229">kotest/kotest#5229</a></li> <li>Avoid creating fresh root for the first test in <code>InstancePerLeaf</code> by <a href="https://github.com/T45K"><code>@​T45K</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5201">kotest/kotest#5201</a></li> <li>Alex/arbs support arrays of primitives by <a href="https://github.com/AlexCue987"><code>@​AlexCue987</code></a> in <a href="https://redirect.github.com/kotest/kotest/pull/5220">kotest/kotest#5220</a></li> </ul> <p><strong>Full Changelog</strong>: <a href="https://github.com/kotest/kotest/compare/v6.0.5...v6.0.6">https://github.com/kotest/kotest/compare/v6.0.5...v6.0.6</a></p> <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> </ul> <!-- raw HTML omitted --> </blockquote> <p>... (truncated)</p> </details> <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/kotest/kotest/commit/3923053c92e2bd1f4af0a1dbbaacc0c4f1fabdf7"><code>3923053</code></a> Update dependency io.mockk:mockk to v1.14.6 (<a href="https://redirect.github.com/kotest/kotest/issues/5237">#5237</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/014c93bd2fad4454477ef91005282f27fde93da1"><code>014c93b</code></a> Update dependency io.projectreactor.tools:blockhound to v1.0.15.RELEASE (<a href="https://redirect.github.com/kotest/kotest/issues/5238">#5238</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/a656dfa5189e59b55c0cbb39ed1d52273ced041a"><code>a656dfa</code></a> Update dependency io.github.pdvrieze.xmlutil:serialization to v0.91.3 (<a href="https://redirect.github.com/kotest/kotest/issues/5236">#5236</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/521bd2407f7a6df2510f5fb8f46818231bf7c55f"><code>521bd24</code></a> Update dependency com.google.jimfs:jimfs to v1.3.1 (<a href="https://redirect.github.com/kotest/kotest/issues/5235">#5235</a>)</li> <li><a href="https://github.com/kotest/kotest/commit/07905bfc4921959bc6da31cb708f2bef905d127a"><code>07905bf</code></a> Update default FQN config test to fix flakey test</li> <li><a href="https://github.com/kotest/kotest/commit/d25eef2d3941da97f098dab091935fa240142ac7"><code>d25eef2</code></a> Revert &quot;Removing deprecated EqualityMatcherResult&quot;</li> <li><a href="https://github.com/kotest/kotest/commit/b430cf3ba3374c06061db0297e39625f9fe40607"><code>b430cf3</code></a> Removing deprecated EqualityMatcherResult</li> <li><a href="https://github.com/kotest/kotest/commit/15fde9d7bb8ee427eb4aee7c2ad90d5e05284dc6"><code>15fde9d</code></a> Revert &quot;Removing ComparisonMatcherResult&quot;</li> <li><a href="https://github.com/kotest/kotest/commit/e3767727b571be713954ee28f57bd7dca3cfea4f"><code>e376772</code></a> Make <code>mingwX64</code> always included in native conventions instead of OS-based con...</li> <li><a href="https://github.com/kotest/kotest/commit/2b666d8d44f9861a40250a44149a3375ef746ffc"><code>2b666d8</code></a> Removing ComparisonMatcherResult</li> <li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/6.0.4...6.0.7">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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f04ccfd commit e9658c2

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
@@ -18,7 +18,7 @@ kotlinx-io = "0.8.1"
1818
ktor = "3.2.3"
1919
logging = "7.0.13"
2020
slf4j = "2.0.17"
21-
kotest = "6.0.4"
21+
kotest = "6.0.7"
2222
awaitility = "4.3.0"
2323
mokksy = "0.6.2"
2424

0 commit comments

Comments
 (0)