Skip to content

Commit

Permalink
fix(deps): 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] authored and robstoll committed Apr 1, 2024
1 parent 338a256 commit 4471924
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samples/jvm/kotest/build.gradle.kts
Expand Up @@ -5,7 +5,7 @@ import org.gradle.api.tasks.testing.logging.TestExceptionFormat
import org.jetbrains.kotlin.gradle.tasks.KotlinCompile

val atriumVersion = "1.1.0"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"

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

0 comments on commit 4471924

Please sign in to comment.