Skip to content

Commit

Permalink
Bump kotest-runner-junit5 from 5.3.2 to 5.4.0
Browse files Browse the repository at this point in the history
Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.3.2 to 5.4.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits/v5.4.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 and gesellix committed Jul 25, 2022
1 parent c72fb5f commit 32c8ce9
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 @@ -77,7 +77,7 @@ dependencies {
// implementation("com.github.fge:json-schema-validator:2.2.6")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.7.10")
testImplementation("io.kotest:kotest-runner-junit5:5.3.2")
testImplementation("io.kotest:kotest-runner-junit5:5.4.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.2")
}

Expand Down

0 comments on commit 32c8ce9

Please sign in to comment.