Skip to content

Commit

Permalink
Bump kotest from 5.8.1 to 5.9.0 (#750)
Browse files Browse the repository at this point in the history
Bumps `kotest` from 5.8.1 to 5.9.0.

Updates `io.kotest:kotest-assertions-core` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `io.kotest:kotest-framework-engine` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `io.kotest:kotest-property` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `io.kotest:kotest-runner-junit5` from 5.8.1 to 5.9.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.1...v5.9.0)

Updates `io.kotest.multiplatform` from 5.8.1 to 5.9.0

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-framework-engine
  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
- dependency-name: io.kotest:kotest-runner-junit5
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest.multiplatform
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Francisco Diaz <[email protected]>
  • Loading branch information
dependabot[bot] and franciscodr authored Jun 19, 2024
1 parent 7f52a44 commit a211c79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ktor = "2.3.11"
ktor-logging = "0.4.0"
spotless = "6.25.0"
okio = "3.9.0"
kotest = "5.8.1"
kotest = "5.9.0"
kotest-testcontainers = "2.0.2"
kotest-arrow = "1.4.0"
klogging = "6.0.9"
Expand Down

0 comments on commit a211c79

Please sign in to comment.