Skip to content

Commit

Permalink
Merge pull request #26 from mpe85/renovate/io.kotest-kotest-assertion…
Browse files Browse the repository at this point in the history
…s-core-5.x

Update dependency io.kotest:kotest-assertions-core to v5.9.1
  • Loading branch information
mpe85 authored Jun 6, 2024
2 parents a0f6b24 + f337bc2 commit fed543f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies {
implementation("org.jetbrains.kotlin:kotlin-reflect:2.0.0")
implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.0")
testImplementation("org.junit.jupiter:junit-jupiter:5.10.2")
testImplementation("io.kotest:kotest-assertions-core:5.9.0")
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
testImplementation("io.kotest:kotest-property:5.9.1")
testImplementation("io.kotest:kotest-runner-junit5:5.9.1")
testImplementation("io.mockk:mockk:1.13.11")
Expand Down

0 comments on commit fed543f

Please sign in to comment.