Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5 in /samples/jvm/kotest
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.6.2 to 5.7.2.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and robstoll committed Sep 13, 2023
1 parent 7d16c3d commit af500c7
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.0.0"
val kotestVersion = "5.6.2"
val kotestVersion = "5.7.2"

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

0 comments on commit af500c7

Please sign in to comment.