Skip to content

Commit

Permalink
fix(deps): update dependency io.kotest:kotest-assertions-core to v5.7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 8, 2023
1 parent 38488b9 commit 9fe9342
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.7.1")
testImplementation("io.kotest:kotest-assertions-core:5.7.2")
testImplementation("org.spekframework.spek2:spek-dsl-jvm:2.0.19")
testImplementation("io.mockk:mockk:1.13.7")
testRuntimeOnly("org.spekframework.spek2:spek-runner-junit5:2.0.19")
Expand Down

0 comments on commit 9fe9342

Please sign in to comment.