Skip to content

Commit

Permalink
Bump io.kotest:kotest-assertions-core from 5.8.0 to 5.8.1 (#117)
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) 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-assertions-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 11, 2024
1 parent cb71416 commit 1f2eca7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion okio-extras/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ kotlin {
val commonTest by getting {
dependencies {
api(kotlin("test"))
api("io.kotest:kotest-assertions-core:5.8.0")
api("io.kotest:kotest-assertions-core:5.8.1")
}
}
}
Expand Down

0 comments on commit 1f2eca7

Please sign in to comment.