Skip to content
This repository has been archived by the owner on Aug 10, 2024. It is now read-only.

Commit

Permalink
Bump io.kotest:kotest-bom from 5.7.2 to 5.8.0 (#579)
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-bom](https://github.com/kotest/kotest) from 5.7.2 to 5.8.0.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.7.2...v5.8.0)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-bom
  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>
  • Loading branch information
dependabot[bot] authored Jan 13, 2024
1 parent c8821d7 commit 27aa079
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 @@ -56,7 +56,7 @@ dependencies {
///////////////////////////
// Dependencies for testing
///////////////////////////
testApi(platform("io.kotest:kotest-bom:5.7.2"))
testApi(platform("io.kotest:kotest-bom:5.8.0"))
testApi(platform("org.junit:junit-bom:5.9.3"))

testImplementation("io.kotest:kotest-runner-junit5")
Expand Down

0 comments on commit 27aa079

Please sign in to comment.