Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5 from 5.8.1 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-runner-junit5](https://github.com/kotest/kotest) from 5.8.1 to 5.9.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

---
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 Jun 2, 2024
1 parent b04941c commit b98274d
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 @@ -79,7 +79,7 @@ dependencies {
// implementation("com.github.fge:json-schema-validator:2.2.6")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.9.23")
testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
testImplementation("io.kotest:kotest-runner-junit5:5.9.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
}

Expand Down

0 comments on commit b98274d

Please sign in to comment.