Skip to content

Commit

Permalink
Bump io.kotest:kotest-assertions-core in /kotlin-coroutines
Browse files Browse the repository at this point in the history
Bumps [io.kotest:kotest-assertions-core](https://github.com/kotest/kotest) from 5.9.0 to 5.9.1.
- [Release notes](https://github.com/kotest/kotest/releases)
- [Commits](kotest/kotest@v5.9.0...v5.9.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 10, 2024
1 parent b9b5bc7 commit 8339d38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kotlin-coroutines/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
implementation("io.ktor:ktor-client-java:2.3.11")

testImplementation("io.kotest:kotest-runner-junit5:5.9.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
}
Expand Down

0 comments on commit 8339d38

Please sign in to comment.