Skip to content

Commit

Permalink
Merge pull request #336 from jamesward/dependabot/gradle/kotlin-corou…
Browse files Browse the repository at this point in the history
…tines/io.kotest-kotest-assertions-core-5.9.0

Bump io.kotest:kotest-assertions-core from 5.8.1 to 5.9.0 in /kotlin-coroutines
  • Loading branch information
jamesward authored May 20, 2024
2 parents 7e3888b + ffd528a commit a190201
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.8.1")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("io.kotest.extensions:kotest-extensions-testcontainers:2.0.2")
runtimeOnly("org.slf4j:slf4j-simple:2.0.13")
}
Expand Down

0 comments on commit a190201

Please sign in to comment.