Skip to content

Commit

Permalink
Bump io.kotest:kotest-runner-junit5 from 5.8.0 to 5.8.1
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.0 to 5.8.1.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.0...v5.8.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 11, 2024
1 parent 6e7042c commit ed95655
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.22")
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
testImplementation("io.kotest:kotest-runner-junit5:5.8.1")
testRuntimeOnly("org.junit.platform:junit-platform-launcher:1.10.2")
}

Expand Down

0 comments on commit ed95655

Please sign in to comment.