Skip to content

Commit

Permalink
chore(deps): bump kotest.version from 5.6.2 to 5.7.2
Browse files Browse the repository at this point in the history
Bumps `kotest.version` from 5.6.2 to 5.7.2.

Updates `io.kotest:kotest-runner-junit4-jvm` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits)

Updates `io.kotest:kotest-runner-junit5-jvm` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits)

Updates `io.kotest:kotest-assertions-core-jvm` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits)

Updates `io.kotest:kotest-property-jvm` from 5.6.2 to 5.7.2
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](https://github.com/kotest/kotest/commits)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-runner-junit4-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-runner-junit5-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-assertions-core-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-property-jvm
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Oct 12, 2023
1 parent 333fdef commit cb173df
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.0</junit5.version>
<kotest.version>5.6.2</kotest.version>
<kotest.version>5.7.2</kotest.version>

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

0 comments on commit cb173df

Please sign in to comment.