Skip to content

Commit

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

Updates `io.kotest:kotest-runner-junit5-jvm` from 5.6.2 to 5.8.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.8.0)

Updates `io.kotest:kotest-assertions-core` from 5.6.2 to 5.8.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.8.0)

Updates `io.kotest:kotest-property` from 5.6.2 to 5.8.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.8.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 26, 2024
1 parent 920b918 commit b9caf0f
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 @@ -7,7 +7,7 @@ val kluentVersion = "1.68"
val ktorVersion = "2.3.1"
val prometheusVersion = "0.15.0"
val micrometerVersion = "1.8.4"
val kotestVersion = "5.6.2"
val kotestVersion = "5.8.0"
val kotestExtensionsVersion = "2.0.0"
val mockkVersion = "1.13.5"
val slf4jVersion = "1.7.36"
Expand Down

0 comments on commit b9caf0f

Please sign in to comment.