Skip to content

Commit

Permalink
Update dependency io.kotest:kotest-runner-junit5 to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 11, 2024
1 parent fb863ec commit 1f2d58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ kotlin {

val jvmTest by getting {
dependencies {
implementation("io.kotest:kotest-runner-junit5:5.8.0")
implementation("io.kotest:kotest-runner-junit5:5.8.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
}
}
Expand Down

0 comments on commit 1f2d58a

Please sign in to comment.