Skip to content

Commit

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

Updates `io.kotest:kotest-runner-junit5-jvm` from 5.7.1 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.7.1 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-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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Sep 6, 2023
1 parent 735b604 commit 6bb6ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val nettyVersion = "4.1.97.Final"
val junitJupiterVersion = "5.10.0"
val kotlinVersion = "1.9.10"
val freemarkerVersion = "2.3.32"
val kotestVersion = "5.7.1"
val kotestVersion = "5.7.2"
val bouncyCastleVersion = "1.70"
val springBootVersion = "3.1.3"
val reactorTestVersion = "3.5.9"
Expand Down

0 comments on commit 6bb6ca5

Please sign in to comment.