Skip to content

Commit

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

Updates `kotest-runner-junit5-jvm` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.3...v5.5.4)

Updates `kotest-assertions-core-jvm` from 5.5.3 to 5.5.4
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.5.3...v5.5.4)

---
updated-dependencies:
- 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
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Nov 7, 2022
1 parent baa602e commit 2bbd177
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 @@ -31,7 +31,7 @@
<kotlinx-coroutines-reactor.version>1.6.3-native-mt</kotlinx-coroutines-reactor.version>
<spring-boot.version>2.7.5</spring-boot.version>
<mockk.version>1.13.2</mockk.version>
<kotest.version>5.5.3</kotest.version>
<kotest.version>5.5.4</kotest.version>
<springmockk.version>3.1.1</springmockk.version>
<postgresql.version>42.5.0</postgresql.version>
<jaxb-api.version>2.3.1</jaxb-api.version>
Expand Down

0 comments on commit 2bbd177

Please sign in to comment.