We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19293d commit f0626a5Copy full SHA for f0626a5
build.gradle.kts
@@ -19,7 +19,7 @@ dependencies {
19
testRuntimeOnly("org.junit.platform:junit-platform-launcher")
20
testImplementation("org.jetbrains.kotlin:kotlin-test-junit5")
21
testImplementation("org.junit.jupiter:junit-jupiter-engine:5.10.1")
22
- testImplementation("ch.qos.logback:logback-classic:1.4.14")
+ testImplementation("ch.qos.logback:logback-classic:1.5.21")
23
testImplementation("io.mockk:mockk:1.13.8")
24
testImplementation("io.kotest:kotest-runner-junit5:5.8.0")
25
testImplementation("io.kotest:kotest-runner-junit5-jvm:5.8.0")
0 commit comments