Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-assertions-core to v5.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 14, 2024
1 parent 935802f commit ed99394
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 @@ -39,7 +39,7 @@ dependencies {
implementation("ch.qos.logback.contrib:logback-json-classic:0.1.5")
implementation("de.gessnerfl.logback:logback-gson-formatter:0.1.0")
implementation("io.github.microutils:kotlin-logging:3.0.5")
testImplementation("io.kotest:kotest-assertions-core:5.8.0")
testImplementation("io.kotest:kotest-assertions-core:5.8.1")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.19")
testImplementation("io.mockk:mockk:1.13.10")
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.19")
Expand Down

0 comments on commit ed99394

Please sign in to comment.