Skip to content

Commit

Permalink
Bump kotest-runner-junit5-jvm from 4.6.0 to 4.6.2 (#40)
Browse files Browse the repository at this point in the history
Bumps [kotest-runner-junit5-jvm](https://github.com/kotest/kotest) from 4.6.0 to 4.6.2.
<details>
<summary>Commits</summary>
<ul>
<li><a href="https://github.com/kotest/kotest/commit/505a1c8d539b16abba7bcdb5bd7b28bf63377e96"><code>505a1c8</code></a> Fix issue <a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2369">#2369</a> with Arb.localDate (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2370">#2370</a>)</li>
<li><a href="https://github.com/kotest/kotest/commit/f9f7bf663bc2629d09050fdbe70ae6f42388326d"><code>f9f7bf6</code></a> Fix autoClose lazyness (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2395">#2395</a>)</li>
<li><a href="https://github.com/kotest/kotest/commit/3ec18a0a6170965f676882ea8b6c8b22bfb6b65e"><code>3ec18a0</code></a> <a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2412">#2412</a> Makes Sequence.containExactly work for single pass sequences (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2413">#2413</a>)</li>
<li><a href="https://github.com/kotest/kotest/commit/67d549bf7e2d6ab3f11f29b07dae99a523f06071"><code>67d549b</code></a> Add BigDecimal edge case for equals vs compareTo discrepancy (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2403">#2403</a>)</li>
<li><a href="https://github.com/kotest/kotest/commit/34a140d653b98421349db8246ea9bb183e61933d"><code>34a140d</code></a> Revert usage of reject-&gt;blacklist for backwards compatibility with older vers...</li>
<li><a href="https://github.com/kotest/kotest/commit/d29a4327900067dc01e350bccea3939b14d7aff3"><code>d29a432</code></a> PropTestConfig's iterations parameter not being respected <a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2428">#2428</a> (<a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2429">#2429</a>)</li>
<li><a href="https://github.com/kotest/kotest/commit/a1a0962c8082ebe1fcd05b9bcf0cd0e7db743263"><code>a1a0962</code></a> Reverted use of 1.5 api</li>
<li><a href="https://github.com/kotest/kotest/commit/dcf384a5c5d692fa7b4e30d1f39b63ddc9b0ca2f"><code>dcf384a</code></a> Revert &quot;Reverted kotlin version to 1.4.31&quot;</li>
<li><a href="https://github.com/kotest/kotest/commit/96a3e881ff50f9b3fc5c400a23082792f6053647"><code>96a3e88</code></a> tempfile and tempdir should fail test when deletion fails <a href="https://github-redirect.dependabot.com/kotest/kotest/issues/2351">#2351</a></li>
<li><a href="https://github.com/kotest/kotest/commit/2af7098e2ad65eba1826baa7dccfd4f96980ba63"><code>2af7098</code></a> Reverted kotlin version to 1.4.31</li>
<li>Additional commits viewable in <a href="https://github.com/kotest/kotest/compare/v4.6.0...v4.6.2">compare view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=io.kotest:kotest-runner-junit5-jvm&package-manager=gradle&previous-version=4.6.0&new-version=4.6.2)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

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 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>

#40
  • Loading branch information
dependabot[bot] committed Sep 17, 2021
1 parent 5f066ad commit 048b3ae
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions dependabot-bridge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -134,11 +134,11 @@ dependencies {
dependencySync("io.coil-kt:coil-compose:1.3.1")
dependencySync("io.coil-kt:coil-gif:1.3.1")
dependencySync("io.coil-kt:coil:1.3.1")
dependencySync("io.kotest:kotest-assertions-core-jvm:4.6.0")
dependencySync("io.kotest:kotest-assertions-shared-jvm:4.6.0")
dependencySync("io.kotest:kotest-common-jvm:4.6.0")
dependencySync("io.kotest:kotest-property-jvm:4.6.0")
dependencySync("io.kotest:kotest-runner-junit5-jvm:4.6.0")
dependencySync("io.kotest:kotest-assertions-core-jvm:4.6.2")
dependencySync("io.kotest:kotest-assertions-shared-jvm:4.6.2")
dependencySync("io.kotest:kotest-common-jvm:4.6.2")
dependencySync("io.kotest:kotest-property-jvm:4.6.2")
dependencySync("io.kotest:kotest-runner-junit5-jvm:4.6.2")
dependencySync("io.mockk:mockk:1.12.0")

dependencySync("javax.annotation:jsr250-api:1.0")
Expand Down
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ gradleDoctor = "0.7.0"
groovy = "3.0.8"
hermit = "0.9.5"
jUnit = "5.8.0"
kotest = "4.6.0"
kotest = "4.6.2"
kotlin = "1.5.21"

spotless = "5.10.1"
Expand Down

0 comments on commit 048b3ae

Please sign in to comment.