Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent b88e79d commit 8555bd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ buildscript {
ext.slf4jVersion = '2.0.0'
ext.guavaVersion = '32.1.1-jre'
ext.junitVersion = '5.10.0'
ext.kotestVersion = '5.6.2'
ext.kotestVersion = '5.7.2'
ext.kotlinVersion = "1.9.10"
ext.mockkVersion = "1.13.7"

Expand Down

0 comments on commit 8555bd6

Please sign in to comment.