Skip to content

Commit

Permalink
chore(deps): update dependency io.kotest:kotest-runner-junit5-jvm to …
Browse files Browse the repository at this point in the history
…v5.2.3
  • Loading branch information
renovate-bot committed Apr 9, 2022
1 parent e7426a4 commit a997425
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 @@ -42,7 +42,7 @@ kotlin {
}
val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.2.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.2.3")
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.2")
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 @@ -48,7 +48,7 @@ kotlin {
val jvmMain by getting {
resources.srcDirs("resources")
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.2.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.2.3")
}
}
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 @@ -45,7 +45,7 @@ kotlin {
}
val jvmMain by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5-jvm:5.2.2")
implementation("io.kotest:kotest-runner-junit5-jvm:5.2.3")
}
}
val jvmTest by getting
Expand Down

0 comments on commit a997425

Please sign in to comment.