Skip to content

Commit

Permalink
chore(deps): bump kotest.version from 5.9.0 to 5.9.1 (#658)
Browse files Browse the repository at this point in the history
Bumps `kotest.version` from 5.9.0 to 5.9.1.

Updates `io.kotest:kotest-runner-junit4-jvm` 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)

Updates `io.kotest:kotest-runner-junit5-jvm` 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)

Updates `io.kotest:kotest-assertions-core-jvm` 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)

Updates `io.kotest:kotest-property-jvm` 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-runner-junit4-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.kotest:kotest-property-jvm
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jun 7, 2024
1 parent a91716a commit 026dd03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@

<!-- testing dependencies versions -->
<junit5.version>5.10.2</junit5.version>
<kotest.version>5.9.0</kotest.version>
<kotest.version>5.9.1</kotest.version>

<!--
slf4j simple logger configuration for test
Expand Down

0 comments on commit 026dd03

Please sign in to comment.