Skip to content

Commit

Permalink
Bump io.kotest:kotest-property from 5.8.1 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-property](https://github.com/kotest/kotest) 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-property
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 10, 2024
1 parent 3883ca1 commit 23f2256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies {
testImplementation "pl.pragmatists:JUnitParams:1.1.1"
testImplementation 'io.kotest:kotest-runner-junit4:5.9.0'
testImplementation 'io.kotest:kotest-assertions-core:5.9.0'
testImplementation 'io.kotest:kotest-property:5.8.1'
testImplementation 'io.kotest:kotest-property:5.9.0'
}

compileJava {
Expand Down

0 comments on commit 23f2256

Please sign in to comment.