Skip to content

Commit

Permalink
chore(deps): Bump kotest from 5.6.2 to 5.7.0 (#223)
Browse files Browse the repository at this point in the history
Bumps `kotest` from 5.6.2 to 5.7.0.

Updates `io.kotest:kotest-assertions-core` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.7.0)

Updates `io.kotest:kotest-framework-api-jvm` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.7.0)

Updates `io.kotest:kotest-runner-junit5` from 5.6.2 to 5.7.0
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.6.2...v5.7.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 4, 2023
1 parent a2dba32 commit ebcd19f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ androidx-compose-bom = "2023.08.00" # https://developer.android.com/jetpack/comp
androidx-compose-compiler = "1.5.1" # https://developer.android.com/jetpack/androidx/releases/compose-kotlin#pre-release_kotlin_compatibility
androidx-lifecycle = "2.6.1"
google-accompanist = "0.32.0"
kotest = "5.6.2"
kotest = "5.7.0"
kotlin = "1.9.0"
kotlinx-coroutines = "1.7.3"
mikepenz-aboutlibraries = "10.8.3"
Expand Down

0 comments on commit ebcd19f

Please sign in to comment.