Skip to content

Commit

Permalink
Bump io.kotest:kotest-assertions-core from 5.9.0 to 5.9.1
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.0...v5.9.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Jun 7, 2024
1 parent b385db4 commit 76f3d6c
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 @@ -25,7 +25,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
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-assertions-core:5.9.1'
testImplementation 'io.kotest:kotest-property:5.9.0'
}

Expand Down

0 comments on commit 76f3d6c

Please sign in to comment.