Skip to content

Commit

Permalink
fix: bump kotestVersion from 5.8.0 to 5.8.1 (#56)
Browse files Browse the repository at this point in the history
Bumps `kotestVersion` from 5.8.0 to 5.8.1.

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

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

---
updated-dependencies:
- dependency-name: io.kotest:kotest-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-property
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Mar 12, 2024
1 parent fe957bb commit f8551c3
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 @@ -17,7 +17,7 @@ val junitJupiterVersion = "5.10.2"
val verapdfVersion = "1.24.1"
val ktfmtVersion = "0.44"
val kotlinloggerVersion = "6.0.3"
val kotestVersion = "5.8.0"
val kotestVersion = "5.8.1"
val javaVersion = JavaVersion.VERSION_21


Expand Down

0 comments on commit f8551c3

Please sign in to comment.