Skip to content

Commit 0d4effc

Browse files
fix(deps): update dependency io.kotest:kotest-bom to v6.0.1 (#385)
This PR contains the following updates: | Package | Change | Age | Confidence | |---|---|---|---| | [io.kotest:kotest-bom](https://redirect.github.com/kotest/kotest) | `6.0.0` -> `6.0.1` | [![age](https://developer.mend.io/api/mc/badges/age/maven/io.kotest:kotest-bom/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/io.kotest:kotest-bom/6.0.0/6.0.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>kotest/kotest (io.kotest:kotest-bom)</summary> ### [`v6.0.1`](https://redirect.github.com/kotest/kotest/releases/tag/v6.0.1) [Compare Source](https://redirect.github.com/kotest/kotest/compare/6.0.0...6.0.1) **Full Changelog**: <kotest/kotest@6.0.0...v6.0.1> </details> --- ### Configuration 📅 **Schedule**: Branch creation - "every 1 week on saturday" (UTC), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/typesafegithub/github-actions-typing). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS44MS4yIiwidXBkYXRlZEluVmVyIjoiNDEuODIuNyIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 55554d5 commit 0d4effc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ kotlin {
139139
jvmTest {
140140
dependencies {
141141
runtimeOnly("org.junit.platform:junit-platform-launcher")
142-
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.0"))
142+
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.1"))
143143
runtimeOnly("io.kotest:kotest-runner-junit5")
144144
implementation("io.kotest:kotest-framework-engine")
145145
implementation("io.kotest:kotest-assertions-core")
@@ -152,7 +152,7 @@ kotlin {
152152

153153
jsTest {
154154
dependencies {
155-
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.0"))
155+
implementation(dependencies.platform("io.kotest:kotest-bom:6.0.1"))
156156
implementation("io.kotest:kotest-framework-engine")
157157
implementation("io.kotest:kotest-assertions-core")
158158

0 commit comments

Comments
 (0)