We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 90927c6 commit 64069b7Copy full SHA for 64069b7
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation("org.assertj:assertj-core:3.25.2")
36
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.1")
37
testImplementation("org.junit.jupiter:junit-jupiter-params:5.10.1")
38
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.10.2")
39
}
40
41
kotlin {
0 commit comments