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 4535fa7 commit ba36cd0Copy full SHA for ba36cd0
api-client/build.gradle.kts
@@ -86,7 +86,7 @@ dependencies {
86
implementation(libs.slf4j)
87
testImplementation("ch.qos.logback:logback-classic:${libs.versions.logbackVersionrange.get()}!!${libs.versions.logback.get()}")
88
89
- testImplementation("io.kotest:kotest-runner-junit5-jvm:5.9.1")
+ testImplementation("io.kotest:kotest-runner-junit5-jvm:6.0.4")
90
testImplementation(libs.junitJupiterApi)
91
testRuntimeOnly(libs.junitJupiterEngine)
92
testRuntimeOnly("cglib:cglib-nodep:3.3.0")
0 commit comments