Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-runner-junit5 to v5.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and robstoll committed Jul 1, 2024
1 parent 59ced42 commit 78f2239
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/jvm/kotest/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val atriumVersion = "1.2.0"
val kotestVersion = "5.9.0"
val kotestVersion = "5.9.1"

plugins {
kotlin("jvm") version "1.9.24"
Expand Down

0 comments on commit 78f2239

Please sign in to comment.