Skip to content

Commit

Permalink
chore(deps): bump kotestVersion from 5.8.1 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps `kotestVersion` from 5.8.1 to 5.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: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)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit5
  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
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent ca19747 commit 00d58db
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 {
testImplementation("org.springframework.boot:spring-boot-starter-test")

// Kotest
val kotestVersion = "5.8.1"
val kotestVersion = "5.9.0"
testImplementation("io.kotest:kotest-runner-junit5:$kotestVersion")
testImplementation("io.kotest:kotest-assertions-core:$kotestVersion")

Expand Down

0 comments on commit 00d58db

Please sign in to comment.