Skip to content

Commit

Permalink
Bump kotestVersion from 4.6.4 to 5.1.0
Browse files Browse the repository at this point in the history
Bumps `kotestVersion` from 4.6.4 to 5.1.0.

Updates `kotest-runner-junit5-jvm` from 4.6.4 to 5.1.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v4.6.4...v5.1.0)

Updates `kotest-assertions-core-jvm` from 4.6.4 to 5.1.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v4.6.4...v5.1.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 17, 2022
1 parent 7db4bc7 commit 35c8263
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 @@ repositories {
}

dependencies {
val kotestVersion = "4.6.4"
val kotestVersion = "5.1.0"
testImplementation("io.kotest:kotest-runner-junit5-jvm:$kotestVersion") {
exclude("junit")
exclude("org.junit.vintage")
Expand Down

0 comments on commit 35c8263

Please sign in to comment.