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 d4065a3 commit 97ee107Copy full SHA for 97ee107
build.gradle.kts
@@ -35,7 +35,7 @@ dependencies {
35
testImplementation("org.assertj:assertj-core:3.26.3")
36
testImplementation("org.junit.jupiter:junit-jupiter-api:5.11.3")
37
testImplementation("org.junit.jupiter:junit-jupiter-params:5.11.3")
38
- testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.0")
+ testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:5.11.3")
39
}
40
41
kotlin {
0 commit comments