Skip to content

Commit

Permalink
Bump kotest-runner-junit5 from 5.2.3 to 5.3.0
Browse files Browse the repository at this point in the history
Bumps [kotest-runner-junit5](https://github.com/kotest/kotest) from 5.2.3 to 5.3.0.
- [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 gesellix committed May 2, 2022
1 parent a5cab1b commit a847534
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 @@ -66,7 +66,7 @@ dependencies {
// implementation("com.github.fge:json-schema-validator:2.2.6")

testImplementation("org.jetbrains.kotlin:kotlin-test-junit5:1.6.21")
testImplementation("io.kotest:kotest-runner-junit5:5.2.3")
testImplementation("io.kotest:kotest-runner-junit5:5.3.0")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.8.2")
}

Expand Down

0 comments on commit a847534

Please sign in to comment.