Skip to content

Commit

Permalink
build(deps): bump kotest.version from 5.8.1 to 5.9.0
Browse files Browse the repository at this point in the history
Bumps `kotest.version` from 5.8.1 to 5.9.0.

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

Updates `io.kotest:kotest-assertions-core-jvm` 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-runner-junit5-jvm
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.kotest:kotest-assertions-core-jvm
  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 9, 2024
1 parent aa8dfce commit c0fa441
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 @@ -57,7 +57,7 @@
<maven-jar-plugin.version>3.4.1</maven-jar-plugin.version>
<kotlin.version>1.9.24</kotlin.version>

<kotest.version>5.8.1</kotest.version>
<kotest.version>5.9.0</kotest.version>
<picocli.version>4.7.6</picocli.version>

<commons-io.version>2.16.1</commons-io.version>
Expand Down

0 comments on commit c0fa441

Please sign in to comment.