Skip to content

Commit

Permalink
chore: bump the gradle-patch-updates group with 1 update
Browse files Browse the repository at this point in the history
Bumps the gradle-patch-updates group with 1 update: [io.kotest:kotest-bom](https://github.com/kotest/kotest).


Updates `io.kotest:kotest-bom` from 5.8.0 to 5.8.1
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.8.0...v5.8.1)

---
updated-dependencies:
- dependency-name: io.kotest:kotest-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: gradle-patch-updates
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Mar 16, 2024
1 parent 2f8880b commit ec691f6
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 @@ -14,6 +14,6 @@ kotlinx-coroutines = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-core",

##### Testing libraries

kotest-bom = { module = "io.kotest:kotest-bom", version = "5.8.0" }
kotest-bom = { module = "io.kotest:kotest-bom", version = "5.8.1" }
kotest-assertions-core = { module = "io.kotest:kotest-assertions-core" }
kotest-runner-junit5 = { module = "io.kotest:kotest-runner-junit5" }

0 comments on commit ec691f6

Please sign in to comment.