Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-runner-junit5-jvm to v5…
Browse files Browse the repository at this point in the history
….7.2 (#273)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 6, 2023
1 parent ec4c419 commit 34af744
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ kotlin {
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.7.1")
implementation("io.kotest:kotest-runner-junit5-jvm:5.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.4.1")
implementation("io.kotest:kotest-assertions-kotlinx-time-jvm:4.4.3")
}
Expand Down
2 changes: 1 addition & 1 deletion generators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ kotlin {
val jvmMain by getting {
resources.srcDirs("resources")
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.7.1")
implementation("io.kotest:kotest-runner-junit5-jvm:5.7.2")
}
}
val jvmTest by getting
Expand Down
2 changes: 1 addition & 1 deletion mutators/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.7.1")
implementation("io.kotest:kotest-runner-junit5-jvm:5.7.2")
}
}
val jvmTest by getting
Expand Down

0 comments on commit 34af744

Please sign in to comment.