diff --git a/build.gradle.kts b/build.gradle.kts index 01d7d1a..793ab64 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -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")