We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a37fa3c commit cd84fb1Copy full SHA for cd84fb1
build.gradle.kts
@@ -11,7 +11,7 @@ dependencies {
11
12
testImplementation("io.gitlab.arturbosch.detekt:detekt-test:1.23.7")
13
testImplementation("io.kotest:kotest-assertions-core:5.9.1")
14
- testImplementation("org.junit.jupiter:junit-jupiter:5.11.3")
+ testImplementation("org.junit.jupiter:junit-jupiter:5.11.4")
15
}
16
17
kotlin {
0 commit comments